mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
ux(): worked on new modal design #4191
This commit is contained in:
@@ -37,8 +37,26 @@
|
||||
}
|
||||
|
||||
.modal-header {
|
||||
padding: 9px 15px;
|
||||
border-bottom: 1px solid $panel-bg;
|
||||
background-color: $body-bg;
|
||||
@include brand-bottom-border();
|
||||
@include clearfix();
|
||||
|
||||
.gf-tabs-link.active {
|
||||
background-color: $panel-bg;
|
||||
}
|
||||
}
|
||||
|
||||
.modal-header-title {
|
||||
font-style: italic;
|
||||
font-size: $font-size-h3;
|
||||
float: left;
|
||||
padding-top: $spacer * 0.75;
|
||||
margin: 0 $spacer*3 0 $spacer*1.5;
|
||||
}
|
||||
|
||||
.modal-header-close {
|
||||
float: right;
|
||||
padding: ($tabs-padding-top + $tabs-top-margin/2) $spacer $tabs-padding-bottom;
|
||||
}
|
||||
|
||||
// Body (where all modal content resides)
|
||||
|
||||
Reference in New Issue
Block a user