1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 21:06:42 +07:00

сдуфтгз

This commit is contained in:
Fedor Katurov 2019-10-22 11:53:53 +07:00
parent 5d257fa2d4
commit f4c337b255
3 changed files with 7 additions and 18 deletions

View file

@ -16,7 +16,7 @@
}
.button {
background: $red_gradient;
background: $red;
width: $bar_height;
height: $bar_height;
border-radius: $bar_height / 2;

View file

@ -1,20 +1,9 @@
.wrap {
& > div {
margin: $gap 0 0 0;
margin: 0 0 $gap 0;
&:last-child {
margin: 0;
}
}
// display: flex;
// flex-direction: column !important;
// & > div {
// margin: ($gap / 2) 0;
// &:last-child {
// margin-top: 0;
// }
// &:first-child {
// margin-bottom: 0;
// }
// }
}