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

Merge branch 'develop'

This commit is contained in:
Fedor Katurov 2020-04-24 14:39:09 +07:00
commit ad2c8dca80
8 changed files with 89 additions and 71 deletions

View file

@ -2,25 +2,23 @@
width: 100%;
height: 0;
position: relative;
z-index: 2;
z-index: 4;
}
.switcher {
position: absolute;
background: transparentize(black, 0.5);
// background: darken($content_bg, 2%);
background: url('../../../../src/sprites/noise.png') $main_bg_color;
display: flex;
left: 50%;
top: -60px;
transform: translate(-50%, 0);
top: -5px;
border-radius: 24px;
padding: 0 3px;
flex-wrap: wrap;
// flex-wrap: wrap;
transition: background-color 0.5s;
transform: translate(-50%, 0);
&:hover {
background: transparentize(black, 0.2);
}
& > div {
width: 30px;
height: 30px;
@ -29,19 +27,14 @@
display: flex;
align-items: center;
justify-content: center;
opacity: 0.5;
transition: opacity 0.25s;
&:hover {
opacity: 1;
}
opacity: 0.5;
&::after {
content: ' ';
display: block;
width: 14px;
height: 14px;
// background: white;
border-radius: 8px;
box-shadow: inset white 0 0 0 2px;
transform: scale(0.5);