mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
#23 made sample lab layout
This commit is contained in:
parent
3aa2d4f609
commit
05b4ed19c6
9 changed files with 123 additions and 2 deletions
11
src/components/lab/LabNode/styles.module.scss
Normal file
11
src/components/lab/LabNode/styles.module.scss
Normal file
|
@ -0,0 +1,11 @@
|
|||
@import "~/styles/variables.scss";
|
||||
|
||||
.wrap {
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
.head {
|
||||
background-color: transparentize(black, 0.9);
|
||||
border-radius: $radius $radius 0 0;
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue