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

fixed node actions

This commit is contained in:
Fedor Katurov 2022-01-02 18:05:52 +07:00
parent e8effb92f1
commit 0bc2ff250f
13 changed files with 107 additions and 201 deletions

View file

@ -38,17 +38,6 @@
justify-content: center;
box-sizing: border-box;
min-width: 0;
&:global(.stack) {
padding: 0 $gap;
bottom: 0;
position: fixed;
z-index: 5;
@include tablet {
padding: 0;
}
}
}
.content {
@ -209,7 +198,7 @@
position: relative;
flex: 0 0 32px;
&:global(.is_liked) {
.is_liked {
svg {
fill: $red;
}
@ -249,7 +238,7 @@
transition: fill, stroke 0.25s;
will-change: transform;
&:global(.is_heroic) {
.is_heroic {
svg {
fill: $orange;
}