_infobox.scss 337 B

1234567891011121314151617181920
  1. .grafana-info-box:before {
  2. content: "\f05a";
  3. font-family:'FontAwesome';
  4. position: absolute;
  5. top: -8px;
  6. left: -8px;
  7. font-size: 20px;
  8. color: $blue;
  9. }
  10. .grafana-info-box {
  11. position: relative;
  12. padding: 5px 15px;
  13. background-color: $tight-form-bg;
  14. border: 1px solid $tight-form-border;
  15. h5 {
  16. margin-top: 5px;
  17. }
  18. }