Update components layout, DoneStatesPopup (#906)

Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
Alexander Platov
2022-02-02 10:05:33 +01:00
committed by GitHub
parent 04efff3b49
commit a8fbdbecde
16 changed files with 281 additions and 346 deletions
@@ -234,12 +234,11 @@
align-items: center;
.menuRow {
visibility: hidden;
margin-left: 0.5rem;
opacity: 0.6;
margin-left: .5rem;
opacity: .6;
cursor: pointer;
&:hover {
opacity: 1;
}
&:hover { opacity: 1; }
}
}
.checkCell {