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>
55 lines
1.3 KiB
SCSS
55 lines
1.3 KiB
SCSS
// studio - assets - graphics
|
|
// ====================
|
|
|
|
.drag-handle {
|
|
display: inline-block;
|
|
float: right;
|
|
width: 7px;
|
|
height: 22px;
|
|
margin-left: ($baseline/2);
|
|
background: url('#{$static-path}/images/drag-handles.png') no-repeat;
|
|
cursor: move;
|
|
}
|
|
|
|
.large-advanced-icon {
|
|
display: inline-block;
|
|
width: ($baseline*3);
|
|
height: ($baseline*3);
|
|
background: url('#{$static-path}/images/large-advanced-icon.png') center no-repeat;
|
|
}
|
|
|
|
.large-discussion-icon {
|
|
display: inline-block;
|
|
width: ($baseline*3);
|
|
height: ($baseline*3);
|
|
background: url('#{$static-path}/images/large-discussion-icon.png') center no-repeat;
|
|
}
|
|
|
|
.large-html-icon {
|
|
display: inline-block;
|
|
width: ($baseline*3);
|
|
height: ($baseline*3);
|
|
background: url('#{$static-path}/images/large-html-icon.png') center no-repeat;
|
|
}
|
|
|
|
.large-problem-icon {
|
|
display: inline-block;
|
|
width: ($baseline*3);
|
|
height: ($baseline*3);
|
|
background: url('#{$static-path}/images/large-problem-icon.png') center no-repeat;
|
|
}
|
|
|
|
.large-video-icon {
|
|
display: inline-block;
|
|
width: ($baseline*3);
|
|
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;
|
|
}
|