Move amount directive to a separate branch
This commit is contained in:
parent
2b32fe9bdc
commit
2b96293c80
4 changed files with 0 additions and 125 deletions
|
|
@ -1,27 +0,0 @@
|
|||
.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;
|
||||
}
|
||||
}
|
||||
|
|
@ -8,4 +8,3 @@
|
|||
@import "action-minor";
|
||||
@import "expand-content";
|
||||
@import "fee-summary";
|
||||
@import "amount";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue