mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
ux(sass): a lot of polish on headings and margins, ONLY USE bottom margins, othewise margin collapse causes issues
This commit is contained in:
@@ -16,3 +16,9 @@
|
||||
}
|
||||
|
||||
|
||||
// Button sizes
|
||||
@mixin button-size($padding-y, $padding-x, $font-size, $border-radius) {
|
||||
padding: $padding-y $padding-x;
|
||||
font-size: $font-size;
|
||||
@include border-radius($border-radius);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user