mirror of
https://github.com/andrewgioia/mana.git
synced 2024-11-21 14:54:45 +00:00
Cleans up formatting
This commit is contained in:
parent
c3c7b615e9
commit
3401384701
@ -136,8 +136,6 @@
|
|||||||
|
|
||||||
.@{ms-prefix}-saga {
|
.@{ms-prefix}-saga {
|
||||||
|
|
||||||
// Defaults
|
|
||||||
|
|
||||||
// Numbers
|
// Numbers
|
||||||
&-1::after,
|
&-1::after,
|
||||||
&-2::after,
|
&-2::after,
|
||||||
|
@ -137,7 +137,6 @@
|
|||||||
* Saga loyalty */
|
* Saga loyalty */
|
||||||
|
|
||||||
.#{$ms-prefix}-saga {
|
.#{$ms-prefix}-saga {
|
||||||
// Defaults
|
|
||||||
|
|
||||||
// Numbers
|
// Numbers
|
||||||
&-1::after,
|
&-1::after,
|
||||||
@ -145,15 +144,15 @@
|
|||||||
&-3::after,
|
&-3::after,
|
||||||
&-4::after,
|
&-4::after,
|
||||||
&-5::after { // future proofing :P
|
&-5::after { // future proofing :P
|
||||||
color: #fff;
|
color: #fff;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-size: 0.6em;
|
font-size: 0.6em;
|
||||||
font-family: $ms-serif-font;
|
font-family: $ms-serif-font;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0;
|
left: 0;
|
||||||
line-height: 1.75em;
|
line-height: 1.75em;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
&-1::after { content: "I"; }
|
&-1::after { content: "I"; }
|
||||||
@ -162,4 +161,4 @@
|
|||||||
&-4::after { content: "IV"; }
|
&-4::after { content: "IV"; }
|
||||||
&-5::after { content: "V"; }
|
&-5::after { content: "V"; }
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user