feature: right-hand menu
This commit is contained in:
@ -4,4 +4,4 @@
|
||||
@import 'borders';
|
||||
@import 'shadows';
|
||||
@import 'user-thumb';
|
||||
@import 'lists'
|
||||
@import 'lists';
|
||||
|
@ -65,17 +65,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
.bg-color-grey {
|
||||
background-color: #F1F1F1;
|
||||
|
||||
&.active:active {
|
||||
background-color: var(--color-heading);
|
||||
}
|
||||
&.hover:hover:not(:active) {
|
||||
background-color: #E4E4E4;
|
||||
}
|
||||
}
|
||||
|
||||
.bg-color-white {
|
||||
background: white;
|
||||
}
|
||||
|
@ -63,7 +63,6 @@ $ci-icons: (
|
||||
display: inline-block;
|
||||
/* use !important to prevent issues with browser extensions that change fonts */
|
||||
font-family: '#{$ci-font-name}' !important;
|
||||
font-size: 25px;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
line-height: 1;
|
||||
|
Reference in New Issue
Block a user