9 lines
128 B
SCSS
9 lines
128 B
SCSS
.input__counter {
|
|
position: absolute;
|
|
right: 4px;
|
|
bottom: 4px;
|
|
font-size: 10px;
|
|
font-weight: 700;
|
|
color: #ef0000;
|
|
}
|