feature: right-hand menu

This commit is contained in:
gaelle morin
2020-12-11 18:13:03 +01:00
parent aa6939922e
commit 64a78a927a
8 changed files with 249 additions and 170 deletions

View File

@ -4,4 +4,4 @@
@import 'borders';
@import 'shadows';
@import 'user-thumb';
@import 'lists'
@import 'lists';

View File

@ -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;
}

View File

@ -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;