DEV: SCSS cleanup
This commit is contained in:
parent
d74deaad20
commit
190aa503ce
|
@ -1,6 +1,3 @@
|
|||
@import "common/foundation/variables";
|
||||
@import "common/foundation/mixins";
|
||||
|
||||
.google-dfp-ad {
|
||||
padding: 3px 0;
|
||||
margin-bottom: 10px;
|
||||
|
@ -165,10 +162,7 @@
|
|||
float: left;
|
||||
max-width: calc(100% - 130px - 1em);
|
||||
text-align: left;
|
||||
color: var(
|
||||
--primary-med-or-secondary-med,
|
||||
dark-light-choose($primary-medium, $secondary-medium)
|
||||
);
|
||||
color: var(--primary-med-or-secondary-med);
|
||||
}
|
||||
|
||||
.carbon-poweredby {
|
||||
|
|
Loading…
Reference in New Issue