gcg-website/themes/educenter-hugo/assets/scss/templates/_otherspage.scss
Denys Konovalov aef14e99a7 efgfd
2020-07-12 10:41:10 +02:00

27 lines
418 B
SCSS
Executable File

.filter-controls{
li{
cursor: pointer;
transition: .1s ease;
&.active{
font-weight: 600;
color: $primary-color;
}
&:hover{
color: $primary-color;
}
}
}
.tag-list{
a{
display: block;
padding: 5px 10px;
background: $light;
color: $text-color;
&:hover{
background-color: $primary-color;
color: $white;
}
}
}