mirror of https://github.com/grafana/grafana
parent
1ddc2e68bf
commit
59ade61687
@ -0,0 +1,59 @@ |
||||
.gf-box { |
||||
margin: 30px; |
||||
background-color: @grafanaPanelBackground; |
||||
position: relative; |
||||
border: 1px solid @grafanaTargetFuncBackground; |
||||
border-top: none; |
||||
} |
||||
|
||||
.gf-box-header-close-btn { |
||||
float: right; |
||||
padding: 0; |
||||
margin: 0; |
||||
background-color: transparent; |
||||
border: none; |
||||
padding: 8px; |
||||
font-size: 120%; |
||||
color: @textColor; |
||||
&:hover { |
||||
color: @white; |
||||
} |
||||
} |
||||
|
||||
.gf-box-body { |
||||
padding: 20px; |
||||
min-height: 150px; |
||||
} |
||||
|
||||
.gf-box-footer { |
||||
overflow: hidden; |
||||
} |
||||
|
||||
.gf-box-header { |
||||
overflow: hidden; |
||||
background-color: @grafanaTargetBackground; |
||||
border-top: 1px solid @grafanaTargetFuncBackground; |
||||
border-bottom: 1px solid @grafanaTargetFuncBackground; |
||||
.tabs { |
||||
float: left; |
||||
} |
||||
.nav { |
||||
margin: 0; |
||||
} |
||||
} |
||||
|
||||
.gf-box-title { |
||||
border-bottom: 1px solid @fullEditBorder; |
||||
padding-right: 20px; |
||||
float: left; |
||||
color: @linkColor; |
||||
font-size: 18px; |
||||
font-weight: normal; |
||||
line-height: 38px; |
||||
margin: 0; |
||||
.fa { |
||||
padding: 0 8px 0 5px; |
||||
color: @textColor; |
||||
} |
||||
} |
||||
|
Loading…
Reference in new issue