Added Open response button to the component tray

Author needs to have a quick access to ORA menu in order
to get proceed with assesment design. This introduces ORA
button to the tray.

Signed-off-by: Farhaan Bukhsh <farhaan@opencraft.com>
This commit is contained in:
Farhaan Bukhsh
2020-09-18 02:53:05 +05:30
committed by Giovanni Cimolin da Silva
parent 2d3c6c05e1
commit 30632f87cc
4 changed files with 11 additions and 3 deletions

View File

@@ -45,3 +45,10 @@
height: ($baseline*3);
background: url('#{$static-path}/images/large-video-icon.png') center no-repeat;
}
.large-openassessment-icon {
display: inline-block;
width: ($baseline*3);
height: ($baseline*3);
background: url('#{$static-path}/images/large-openassessment-icon.png') center no-repeat;
}

View File

@@ -139,7 +139,7 @@
position: relative;
display: inline-block;
width: ($baseline*5);
width: ($baseline*6.25);
height: ($baseline*5);
margin-bottom: ($baseline/2);
box-shadow: 0 1px 1px $shadow, 0 1px 0 rgba(255, 255, 255, 0.4) inset;