1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 21:06:42 +07:00

great new editor!

This commit is contained in:
muerwre 2019-08-02 04:56:04 +07:00
parent 819e988a2e
commit 712a3cbb77
4 changed files with 103 additions and 15 deletions

View file

@ -31,23 +31,21 @@
align-items: center;
justify-content: center;
// box-shadow: transparentize(#E933A5, 0.6) 0 2px 8px;
box-shadow: transparentize(#e933a5, 0.6) 0 0 0;
filter: grayscale(0);
transition: opacity 0.25s, filter 0.25s, box-shadow 0.25s;
opacity: 0.8;
@include outer_shadow();
span {
flex: 1;
}
&:hover {
opacity: 1;
box-shadow: transparentize(#e933a5, 0.4) 0 2px 8px;
&:global(.disabled) {
box-shadow: transparentize(#e933a5, 0.6) 0 0 0;
cursor: auto;
}