mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
great new editor!
This commit is contained in:
parent
819e988a2e
commit
712a3cbb77
4 changed files with 103 additions and 15 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue