|
@@ -203,33 +203,27 @@
|
|
&-popup {
|
|
&-popup {
|
|
position: absolute;
|
|
position: absolute;
|
|
top: 0;
|
|
top: 0;
|
|
- left: $sidebar-width;
|
|
|
|
bottom: 0;
|
|
bottom: 0;
|
|
width: $sidebar-width;
|
|
width: $sidebar-width;
|
|
color: $sidebar-popup-text-color;
|
|
color: $sidebar-popup-text-color;
|
|
background-color: $sidebar-popup-background-color;
|
|
background-color: $sidebar-popup-background-color;
|
|
- z-index: 3;
|
|
|
|
overflow-y: auto;
|
|
overflow-y: auto;
|
|
|
|
|
|
&-container {
|
|
&-container {
|
|
display: none;
|
|
display: none;
|
|
- }
|
|
|
|
-
|
|
|
|
- &-item {
|
|
|
|
- display: none;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- &-background {
|
|
|
|
|
|
+ background-color: transparentize($sidebar-popup-overlay-color, 0.5);
|
|
position: absolute;
|
|
position: absolute;
|
|
top: 0;
|
|
top: 0;
|
|
left: $sidebar-width;
|
|
left: $sidebar-width;
|
|
bottom: 0;
|
|
bottom: 0;
|
|
right: 0;
|
|
right: 0;
|
|
- background-color: $sidebar-popup-overlay-color;
|
|
|
|
- opacity: 0.5;
|
|
|
|
z-index: 2;
|
|
z-index: 2;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ &-item {
|
|
|
|
+ display: none;
|
|
|
|
+ }
|
|
|
|
+
|
|
&-title {
|
|
&-title {
|
|
font-size: 12px;
|
|
font-size: 12px;
|
|
font-weight: bold;
|
|
font-weight: bold;
|