mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-11 10:06:53 +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;
|
line-height: 36px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
top: 0;
|
bottom: 0;
|
||||||
width: 25px;
|
width: 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -80,6 +80,10 @@
|
||||||
border: $border-danger;
|
border: $border-danger;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.fas {
|
||||||
|
bottom: 6px;
|
||||||
|
}
|
||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
@include font-small;
|
@include font-small;
|
||||||
bottom: -9px;
|
bottom: -9px;
|
||||||
|
|
Loading…
Reference in a new issue