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

all lab nodes are colorful

This commit is contained in:
Fedor Katurov 2021-10-07 18:28:09 +07:00
parent b64ec041c6
commit 74b056abf1
3 changed files with 1 additions and 5 deletions

View file

@ -28,7 +28,6 @@
text-transform: uppercase;
font: $font_32_bold;
display: flex;
border-radius: $radius;
align-items: center;
justify-content: center;
width: auto;
@ -51,7 +50,6 @@
.image {
max-height: calc(100vh - 70px - 70px);
max-width: 100%;
border-radius: $radius;
transition: box-shadow 1s;
box-shadow: transparentize(black, 0.7) 0 3px 5px;