1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00
This commit is contained in:
Fedor Katurov 2019-11-18 11:15:14 +07:00
parent fb84c94440
commit d4eb186d20
3 changed files with 17 additions and 11 deletions

View file

@ -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%;