Money styling improvements.
This commit is contained in:
@@ -911,3 +911,17 @@ $intro-time: 6s;
|
||||
font-size: 1.2rem;
|
||||
color: red;
|
||||
font-weight: bold }
|
||||
|
||||
|
||||
.small-text {
|
||||
@include breakpoint(small only) {
|
||||
font-size: 0.9rem; }
|
||||
@include breakpoint(medium) {
|
||||
font-size: 1.2rem; }
|
||||
}
|
||||
|
||||
.align-right {
|
||||
text-align: right; }
|
||||
|
||||
.pad-right {
|
||||
padding-right: 0.3rem; }
|
||||
|
||||
Reference in New Issue
Block a user