Adds amount directive

This commit is contained in:
Sam Cheng Hung 2018-07-30 16:49:57 +08:00
commit e1d65bc557
6 changed files with 727 additions and 554 deletions

View file

@ -0,0 +1,27 @@
.amount {
.start,
.middle,
.end,
.currency {
display: inline-block;
}
.start {
font-size: 1em;
}
.middle {
font-size: 0.7857em;
margin-left: 5px;
}
.end {
font-size: 0.7857em;
margin-left: 5px;
}
.currency {
font-size: 1em;
margin-left: 5px;
}
}

View file

@ -0,0 +1 @@
@import "amount.scss";