13 lines
245 B
Sass
13 lines
245 B
Sass
.edit-currency-container
|
|
input
|
|
text-align: right
|
|
&.error
|
|
input
|
|
border-color: $alert-color
|
|
color: darken($alert-color, 40%)
|
|
label.prefix
|
|
background-color: $alert-color
|
|
color: white
|
|
font-weight: bold
|
|
|