mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-25 01:03:18 +08:00
Update counter visability
This commit is contained in:
parent
3a24d3150d
commit
6bf08a9f3d
1 changed files with 2 additions and 2 deletions
|
@ -30,10 +30,10 @@
|
|||
.limit-counter-container {
|
||||
@include font-small;
|
||||
bottom: 0;
|
||||
color: $brand-danger;
|
||||
display: none;
|
||||
color: $color-silver-chalice;
|
||||
|
||||
&.error-to-many-items {
|
||||
color: $brand-danger;
|
||||
display: inline;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue