1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

fixed grey button color

This commit is contained in:
Fedor Katurov 2019-10-21 20:32:24 +07:00
parent f40aad7b7a
commit e5c5089067
5 changed files with 6 additions and 3 deletions

View file

@ -108,6 +108,7 @@
&:global(.disabled),
&:global(.grey) {
background: transparentize(white, 0.9);
color: white;
// background: lighten(white, 0.5);
// filter: grayscale(100%);
}