mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
сдуфтгз
This commit is contained in:
parent
5d257fa2d4
commit
f4c337b255
3 changed files with 7 additions and 18 deletions
|
@ -16,7 +16,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.button {
|
.button {
|
||||||
background: $red_gradient;
|
background: $red;
|
||||||
width: $bar_height;
|
width: $bar_height;
|
||||||
height: $bar_height;
|
height: $bar_height;
|
||||||
border-radius: $bar_height / 2;
|
border-radius: $bar_height / 2;
|
||||||
|
|
|
@ -1,20 +1,9 @@
|
||||||
.wrap {
|
.wrap {
|
||||||
& > div {
|
& > 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;
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// $red: #ff3344;
|
// $red: #ff3344;
|
||||||
$red: #da6972;
|
$red: #ff6553;
|
||||||
$yellow: #ffd60f;
|
$yellow: #ffd60f;
|
||||||
$dark_blue: #3c75ff;
|
$dark_blue: #3c75ff;
|
||||||
$blue: #3ca1ff;
|
$blue: #3ca1ff;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue