1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

Improvements to explorebar

This commit is contained in:
2020-06-03 20:56:44 +02:00
parent f3d165d3f1
commit 1bb3e8c9ac
7 changed files with 103 additions and 41 deletions

View File

@ -139,4 +139,26 @@ body{
.form-select:not([multiple]):not([size]):focus{
border-color: $primary-color;
}
.menu{
font-size: .6rem;
.menu-item {
+ .menu-item{
margin-top: 0;
}
> a{
&:hover{
color: $body-font-color;
background: rgba($color: #FFF, $alpha: .1);
}
}
}
}
.accordion-body {
max-height: 500rem!important;
}