especially organization related dashboard theming
This commit is contained in:
parent
3f72345cf2
commit
232cefc477
2 changed files with 23 additions and 0 deletions
|
@ -7,6 +7,28 @@
|
|||
.item {
|
||||
@include dropdown-floating;
|
||||
}
|
||||
.right.menu {
|
||||
.item {
|
||||
background: unset;
|
||||
border-radius: unset;
|
||||
color: $white;
|
||||
margin: -15px .35714286em;
|
||||
padding: calc(.78571429em + 15px) .92857143em;
|
||||
&.active {
|
||||
border-bottom: 2px solid white;
|
||||
}
|
||||
.basic.blue.button {
|
||||
background: $bg60;
|
||||
box-shadow: unset !important;
|
||||
border-radius: $border-radius;
|
||||
color: $white !important;
|
||||
font-weight: 700;
|
||||
&:hover {
|
||||
background: $bg50;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.divider {
|
||||
|
|
|
@ -223,6 +223,7 @@
|
|||
border: 0;
|
||||
}
|
||||
.item {
|
||||
background: $bg50 !important;
|
||||
border-radius: 0;
|
||||
color: $white !important;
|
||||
&:hover {
|
||||
|
|
Reference in a new issue