Merge pull request #1114 from dod-ccpo/app-settings-styling_part-2
App settings styling - environments table
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
* @source https://github.com/uswds/uswds/blob/develop/src/stylesheets/elements/_labels.scss
|
||||
*/
|
||||
|
||||
.label {
|
||||
.label,
|
||||
.usa-label {
|
||||
@include h5;
|
||||
|
||||
display: inline-block;
|
||||
@@ -15,7 +16,7 @@
|
||||
vertical-align: middle;
|
||||
margin: 0 $gap;
|
||||
padding: 0 $gap;
|
||||
border-radius: $gap / 2;
|
||||
border-radius: $gap / 3;
|
||||
white-space: nowrap;
|
||||
|
||||
&--info {
|
||||
@@ -37,4 +38,12 @@
|
||||
&--purple {
|
||||
background-color: $color-purple;
|
||||
}
|
||||
|
||||
&--below {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.icon {
|
||||
@include icon-color($color-white) @include icon-size(12) margin: 0;
|
||||
}
|
||||
}
|
||||
|
@@ -61,11 +61,6 @@
|
||||
&__content {
|
||||
margin: ($gap * 2) 0;
|
||||
padding: 0 ($gap * 2);
|
||||
|
||||
@include media($medium-screen) {
|
||||
margin: ($gap * 4) 0;
|
||||
padding: 0 ($gap * 4);
|
||||
}
|
||||
}
|
||||
|
||||
&__body {
|
||||
|
Reference in New Issue
Block a user