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

made all colors go blue

This commit is contained in:
muerwre 2019-07-29 19:20:34 +07:00
parent 6547f3bed0
commit a514661007
4 changed files with 9 additions and 6 deletions

View file

@ -1,5 +1,5 @@
.wrap {
background: #090909;
background: $node_title_background;
padding: $gap;
box-sizing: border-box;
display: flex;
@ -40,7 +40,6 @@
height: 54px;
border-radius: $radius $radius 0 0;
background: linear-gradient(176deg, #f42a00, #5c1085);
background: #222222;
position: absolute;
bottom: 0;
right: 10px;