1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +07:00
This commit is contained in:
muerwre 2019-07-27 06:51:03 +07:00
parent 1a7557eab4
commit 1b37ed4bbf
6 changed files with 42 additions and 20 deletions

View file

@ -5,7 +5,7 @@
top: 0;
left: 0;
box-sizing: border-box;
padding: $gap / 2 0;
padding: $gap 0;
display: flex;
flex-direction: column;
}
@ -13,7 +13,6 @@
.group {
width: 54px;
border-radius: $panel_radius;
margin: ($gap / 2) 0;
background: $panel_bg;
box-sizing: border-box;
@ -52,6 +51,15 @@
box-shadow: inset transparentize(black, 0.9) 0 -1px, inset transparentize(white, 0.95) 0 1px;
border-radius: $panel_radius;
background: #191919;
display: flex;
align-items: center;
justify-content: center;
font: $font_24_semibold;
&:global(.orange) {
background: linear-gradient(280deg, $red, $orange);
color: transparentize(black, 0.7);
}
}
.flexy {