mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
nof
This commit is contained in:
parent
fb84c94440
commit
d4eb186d20
3 changed files with 17 additions and 11 deletions
|
@ -15,16 +15,17 @@
|
|||
border-radius: $radius;
|
||||
display: none;
|
||||
z-index: 1;
|
||||
min-width: 100%;
|
||||
// min-width: 100%;
|
||||
box-sizing: border-box;
|
||||
// transform: translate(0, $gap);
|
||||
padding: $gap;
|
||||
|
||||
& > div {
|
||||
background: transparentize($content_bg, 0.2) url('~/sprites/stripes.svg');
|
||||
// background: transparentize($content_bg, 0.1) url("~/sprites/stripes.svg");
|
||||
background: $content_bg;
|
||||
padding: $gap $gap * 2;
|
||||
cursor: pointer;
|
||||
opacity: 0.5;
|
||||
// opacity: 0.5;
|
||||
box-sizing: border-box;
|
||||
transition: opacity 0.25s;
|
||||
width: 100%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue