1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-05-05 01:27:46 +07:00

added fluid flow toggle

This commit is contained in:
Fedor Katurov 2021-06-23 16:37:47 +07:00
parent 337f8609c2
commit 8ef10d5273
5 changed files with 104 additions and 43 deletions

View file

@ -99,3 +99,12 @@
opacity: 0.7;
}
}
.toggles {
padding: $gap;
font: $font_14_semibold;
&__label {
cursor: pointer;
}
}