style adjustments
This commit is contained in:
@@ -63,6 +63,7 @@
|
||||
|
||||
.panel__heading {
|
||||
padding: $gap * 2;
|
||||
|
||||
@include media($medium-screen) {
|
||||
padding: $gap * 4;
|
||||
}
|
||||
@@ -71,6 +72,10 @@
|
||||
padding: $gap*2;
|
||||
}
|
||||
|
||||
&--divider {
|
||||
border-bottom: 1px solid $color-gray-light;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
margin: 0;
|
||||
display: inline-block;
|
||||
@@ -90,15 +95,16 @@
|
||||
justify-content: space-between;
|
||||
}
|
||||
}
|
||||
|
||||
hr {
|
||||
border: 0;
|
||||
border-bottom: 1px dashed $color-gray-light;
|
||||
margin: ($gap * 4) ($site-margins*-4);
|
||||
}
|
||||
}
|
||||
|
||||
.panel__actions {
|
||||
@include panel-actions;
|
||||
}
|
||||
|
||||
hr {
|
||||
border: 0;
|
||||
border-bottom: 1px dashed $color-gray-light;
|
||||
margin: 0px $site-margins*-4;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user