grafana/public/sass/components/_infobox.scss

24 lines
376 B
SCSS
Raw Normal View History

2016-02-15 08:27:41 -06:00
.grafana-info-box:before {
content: "\f05a";
font-family:'FontAwesome';
position: absolute;
2016-02-24 03:41:43 -06:00
top: -13px;
2016-02-15 08:27:41 -06:00
left: -8px;
font-size: 20px;
color: $blue;
}
.grafana-info-box {
position: relative;
2016-02-24 03:41:43 -06:00
padding: 5px 20px;
2016-02-16 02:42:46 -06:00
background-color: $tight-form-bg;
border: 1px solid $tight-form-border;
2016-02-15 08:27:41 -06:00
h5 {
margin-top: 5px;
}
2016-03-01 05:26:31 -06:00
ul {
padding-left: $spacer;
}
2016-02-15 08:27:41 -06:00
}