mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
11 lines
160 B
SCSS
11 lines
160 B
SCSS
@import "~/styles/variables.scss";
|
|
|
|
.wrap {
|
|
min-width: 0;
|
|
}
|
|
|
|
.head {
|
|
background-color: transparentize(black, 0.9);
|
|
border-radius: $radius $radius 0 0;
|
|
}
|
|
|