diff --git a/less/loyalty.less b/less/loyalty.less index a86f66e..933aede 100644 --- a/less/loyalty.less +++ b/less/loyalty.less @@ -136,8 +136,6 @@ .@{ms-prefix}-saga { - // Defaults - // Numbers &-1::after, &-2::after, diff --git a/sass/_loyalty.scss b/sass/_loyalty.scss index 1ada66e..303a932 100644 --- a/sass/_loyalty.scss +++ b/sass/_loyalty.scss @@ -137,7 +137,6 @@ * Saga loyalty */ .#{$ms-prefix}-saga { - // Defaults // Numbers &-1::after, @@ -145,15 +144,15 @@ &-3::after, &-4::after, &-5::after { // future proofing :P - color: #fff; - display: inline-block; - font-size: 0.6em; - font-family: $ms-serif-font; - position: absolute; - left: 0; - line-height: 1.75em; - width: 100%; - text-align: center; + color: #fff; + display: inline-block; + font-size: 0.6em; + font-family: $ms-serif-font; + position: absolute; + left: 0; + line-height: 1.75em; + width: 100%; + text-align: center; } &-1::after { content: "I"; } @@ -162,4 +161,4 @@ &-4::after { content: "IV"; } &-5::after { content: "V"; } -} +} \ No newline at end of file