10 lines
179 B
Plaintext
10 lines
179 B
Plaintext
.masked-field {
|
|
text-align: right;
|
|
border: 1px solid @gray;
|
|
border-radius: 2px;
|
|
padding: 0 3px;
|
|
|
|
&:focus {
|
|
border-color: @gray-darker;
|
|
}
|
|
} |