mirror of
https://github.com/andrewgioia/mana.git
synced 2024-11-21 22:54:45 +00:00
Merges branch 'Lisstem-patch-2' into v1.15.4
This commit is contained in:
commit
43d2035dcd
@ -136,8 +136,6 @@
|
||||
|
||||
.@{ms-prefix}-saga {
|
||||
|
||||
// Defaults
|
||||
|
||||
// Numbers
|
||||
&-1::after,
|
||||
&-2::after,
|
||||
|
@ -131,4 +131,34 @@
|
||||
&-x::after { content: "-X"; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Saga loyalty */
|
||||
|
||||
.#{$ms-prefix}-saga {
|
||||
|
||||
// Numbers
|
||||
&-1::after,
|
||||
&-2::after,
|
||||
&-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;
|
||||
}
|
||||
|
||||
&-1::after { content: "I"; }
|
||||
&-2::after { content: "II"; }
|
||||
&-3::after { content: "III"; }
|
||||
&-4::after { content: "IV"; }
|
||||
&-5::after { content: "V"; }
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user