mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-22 14:54:38 +08:00
Fix input fields
This commit is contained in:
parent
470f39ce04
commit
970463f34d
1 changed files with 5 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
|||
line-height: 36px;
|
||||
position: absolute;
|
||||
text-align: center;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
width: 25px;
|
||||
}
|
||||
|
||||
|
@ -80,6 +80,10 @@
|
|||
border: $border-danger;
|
||||
}
|
||||
|
||||
.fas {
|
||||
bottom: 6px;
|
||||
}
|
||||
|
||||
&::before {
|
||||
@include font-small;
|
||||
bottom: -9px;
|
||||
|
|
Loading…
Reference in a new issue