garbage collection
This commit is contained in:
26
assets/scss/templates/_otherspage.scss
Normal file
26
assets/scss/templates/_otherspage.scss
Normal file
@ -0,0 +1,26 @@
|
||||
.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;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user