mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
fixed lab shadows and heroic columns
This commit is contained in:
parent
2e4cb24cf4
commit
f336974efd
6 changed files with 22 additions and 11 deletions
|
@ -1,9 +1,13 @@
|
|||
@import "~/styles/variables.scss";
|
||||
|
||||
.wrap {
|
||||
@include lab_shadow;
|
||||
@include outer_shadow;
|
||||
@include lab_gradient;
|
||||
|
||||
background: linear-gradient(darken($dark_blue, 0%), darken($blue, 30%));
|
||||
display: flex;
|
||||
align-items: flex-end;
|
||||
justify-content: stretch;
|
||||
min-height: $cell;
|
||||
}
|
||||
|
||||
.title {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue