mirror of
https://github.com/grafana/grafana.git
synced 2025-01-06 14:13:11 -06:00
21 lines
349 B
SCSS
21 lines
349 B
SCSS
.grafana-info-box:before {
|
|
content: "\f05a";
|
|
font-family:'FontAwesome';
|
|
position: absolute;
|
|
top: -8px;
|
|
left: -8px;
|
|
font-size: 20px;
|
|
color: $blue;
|
|
}
|
|
|
|
.grafana-info-box {
|
|
position: relative;
|
|
padding: 5px 15px;
|
|
background-color: $grafanaTargetBackground;
|
|
border: 1px solid $grafanaTargetBorder;
|
|
h5 {
|
|
margin-top: 5px;
|
|
}
|
|
}
|
|
|