|
|
|
@ -136,7 +136,7 @@ $session-compose-margin: 20px;
|
|
|
|
|
|
|
|
|
|
.module-left-pane {
|
|
|
|
|
border-right: none !important;
|
|
|
|
|
width: 300px;
|
|
|
|
|
width: $session-left-pane-width;
|
|
|
|
|
position: relative;
|
|
|
|
|
height: -webkit-fill-available;
|
|
|
|
|
|
|
|
|
@ -153,7 +153,7 @@ $session-compose-margin: 20px;
|
|
|
|
|
|
|
|
|
|
&__sections-container {
|
|
|
|
|
height: -webkit-fill-available;
|
|
|
|
|
width: 80px;
|
|
|
|
|
width: $session-left-pane-sections-container-width;
|
|
|
|
|
display: inline-flex;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
|
|
|
|
@ -247,37 +247,34 @@ $session-compose-margin: 20px;
|
|
|
|
|
|
|
|
|
|
h3 {
|
|
|
|
|
padding-top: 22px;
|
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
|
|
.green-border {
|
|
|
|
|
position: absolute;
|
|
|
|
|
color: $session-color-green;
|
|
|
|
|
background-color: $session-color-green;
|
|
|
|
|
height: 5px;
|
|
|
|
|
left: -10px;
|
|
|
|
|
right: -10px;
|
|
|
|
|
margin-top: 7px;
|
|
|
|
|
border: none;
|
|
|
|
|
z-index: 1;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h4 {
|
|
|
|
|
text-transform: uppercase;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&-border-container {
|
|
|
|
|
width: -webkit-fill-available;
|
|
|
|
|
.white-border {
|
|
|
|
|
width: $session-left-pane-width;
|
|
|
|
|
position: relative;
|
|
|
|
|
height: 1px;
|
|
|
|
|
opacity: 0.3;
|
|
|
|
|
margin-top: -10px;
|
|
|
|
|
margin-bottom: 50px;
|
|
|
|
|
.green {
|
|
|
|
|
position: absolute;
|
|
|
|
|
color: $session-color-green;
|
|
|
|
|
background-color: $session-color-green;
|
|
|
|
|
height: 6px;
|
|
|
|
|
width: 130px;
|
|
|
|
|
left: 50%;
|
|
|
|
|
margin-left: -65px;
|
|
|
|
|
top: 50%;
|
|
|
|
|
margin-top: 6px;
|
|
|
|
|
border: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.white {
|
|
|
|
|
position: absolute;
|
|
|
|
|
color: none;
|
|
|
|
|
height: 1px;
|
|
|
|
|
width: -webkit-fill-available;
|
|
|
|
|
opacity: 0.3;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.exit {
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
margin-left: 13px;
|
|
|
|
|