mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Merged trent's styles and added admin submenu
This commit is contained in:
@@ -73,6 +73,9 @@
|
||||
.btn-primary {
|
||||
@include buttonBackground($btn-primary-bg, $btn-primary-bg-hl);
|
||||
}
|
||||
.btn-secondary {
|
||||
@include buttonBackground($btn-secondary-bg, $btn-secondary-bg-hl);
|
||||
}
|
||||
// Warning appears are orange
|
||||
.btn-warning {
|
||||
@include buttonBackground($btn-warning-bg, $btn-warning-bg-hl);
|
||||
|
||||
@@ -281,7 +281,7 @@ div.flot-text {
|
||||
border-top: 0;
|
||||
border-right: 0;
|
||||
border-left: 0;
|
||||
border-bottom: 2px solid transparent;
|
||||
border-bottom: 1px solid transparent;
|
||||
padding: 1.2rem .5rem .4rem .5rem;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -189,6 +189,15 @@
|
||||
|
||||
.sidemenu-org-avatar {
|
||||
width: 44px;
|
||||
background-color: $gray-2;
|
||||
border-radius: 50%;
|
||||
.no-avatar {
|
||||
color: $text-color;
|
||||
text-shadow: 0 1px 0 $dark-1;
|
||||
padding-left: 17px;
|
||||
position: relative;
|
||||
top: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
.sidemenu-org-avatar > img {
|
||||
|
||||
Reference in New Issue
Block a user