78 lines
1.4 KiB
SCSS
Raw Normal View History

2021-11-19 08:52:49 +01:00
div.layout_left_item{
2021-11-08 16:16:59 +01:00
padding: 16px 32px;
2021-11-19 08:52:49 +01:00
margin-right: 64px;
2021-11-05 16:43:46 +01:00
border: 1px solid $gray;
box-shadow: -10px 10px 0px $light-gray;
2021-11-19 08:52:49 +01:00
2021-11-08 16:16:59 +01:00
height: fit-content;
2021-11-19 08:52:49 +01:00
span.faicon{
margin-left: 16px;
}
2021-11-19 08:52:49 +01:00
span.menu_left-title {
font-weight: bold;
font-size: 17px;
line-height: 21px;
text-transform: uppercase;
2021-11-08 16:16:59 +01:00
&.dostop_1ka {
2021-11-19 08:52:49 +01:00
color: $yellow;
}
2021-11-08 16:16:59 +01:00
}
2021-11-19 08:52:49 +01:00
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 {
2021-11-19 08:52:49 +01:00
color: $very-dark-gray;
pointer-events: none;
2021-11-19 08:52:49 +01:00
& a:hover{
color: $very-dark-gray;
}
}
li {
line-height: 20px;
margin-top: 12px;
&.active{
color: $blue;
font-weight: 600;
}
a.dostop_1ka {
2021-11-19 08:52:49 +01:00
color: $very-dark-gray;
pointer-events: none;
2021-11-19 08:52:49 +01:00
}
}
&.second {
padding-left: 30px;
}
a {
color: inherit;
text-decoration: none;
&:hover{
color: $blue;
}
}
}
2021-11-19 08:52:49 +01:00
}
2021-11-08 16:16:59 +01:00