Adds Problem Bank to the main New Components buttons. For the Libraries Relaunch Beta [FC-0062] Part of: https://github.com/openedx/frontend-app-authoring/issues/1415 Co-authored-by: Jillian Vogel <jill@opencraft.com>
83 lines
2.1 KiB
SCSS
83 lines
2.1 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-text-icon.png') center no-repeat;
|
|
}
|
|
|
|
.large-drag-and-drop-v2-icon {
|
|
display: inline-block;
|
|
width: ($baseline*3);
|
|
height: ($baseline*3);
|
|
background: url('#{$static-path}/images/large-drag-and-drop-v2-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;
|
|
}
|
|
|
|
.large-library-icon {
|
|
display: inline-block;
|
|
width: ($baseline*3);
|
|
height: ($baseline*3);
|
|
background: url('#{$static-path}/images/large-library-icon.png') center no-repeat;
|
|
}
|
|
|
|
.large-library_v2-icon {
|
|
display: inline-block;
|
|
width: ($baseline*3);
|
|
height: ($baseline*3);
|
|
background: url('#{$static-path}/images/large-library_v2-icon.png') center no-repeat;
|
|
}
|
|
|
|
.large-itembank-icon {
|
|
display: inline-block;
|
|
width: ($baseline*3);
|
|
height: ($baseline*3);
|
|
background: url('#{$static-path}/images/large-itembank-icon.png') center no-repeat;
|
|
}
|