78 lines
1.4 KiB
SCSS
78 lines
1.4 KiB
SCSS
div.layout_left_item{
|
|
padding: 16px 32px;
|
|
margin-right: 64px;
|
|
border: 1px solid $gray;
|
|
box-shadow: -10px 10px 0px $light-gray;
|
|
|
|
|
|
height: fit-content;
|
|
|
|
span.faicon{
|
|
margin-left: 16px;
|
|
}
|
|
|
|
span.menu_left-title {
|
|
font-weight: bold;
|
|
font-size: 17px;
|
|
line-height: 21px;
|
|
|
|
text-transform: uppercase;
|
|
|
|
&.dostop_1ka {
|
|
color: $yellow;
|
|
}
|
|
}
|
|
|
|
ul.menu_left-list {
|
|
list-style-type: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
margin-bottom: 32px;
|
|
font-size: 16px;
|
|
|
|
&:last-of-type{
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
&.dostop_1ka {
|
|
color: $very-dark-gray;
|
|
pointer-events: none;
|
|
|
|
& a:hover{
|
|
color: $very-dark-gray;
|
|
}
|
|
|
|
}
|
|
|
|
li {
|
|
line-height: 20px;
|
|
margin-top: 12px;
|
|
|
|
&.active{
|
|
color: $blue;
|
|
font-weight: 600;
|
|
}
|
|
|
|
a.dostop_1ka {
|
|
color: $very-dark-gray;
|
|
pointer-events: none;
|
|
}
|
|
}
|
|
|
|
&.second {
|
|
padding-left: 30px;
|
|
}
|
|
|
|
a {
|
|
color: inherit;
|
|
text-decoration: none;
|
|
&:hover{
|
|
color: $blue;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|