fix conflics
This commit is contained in:
parent
4fe58ec446
commit
194e5fed54
7 changed files with 55 additions and 30 deletions
|
|
@ -221,12 +221,19 @@ small.has-error {
|
|||
|
||||
|
||||
.totalAmount {
|
||||
font-weight: bold;
|
||||
line-height: 120%;
|
||||
margin-top:2px;
|
||||
}
|
||||
|
||||
|
||||
/* Turn Off Number Input Spinners */
|
||||
input[type=number]::-webkit-inner-spin-button,
|
||||
input[type=number]::-webkit-outer-spin-button {
|
||||
-webkit-appearance: none;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
||||
.small {
|
||||
font-size: 60%;
|
||||
line-height: inherit;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue