mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
#23 lab stats
This commit is contained in:
parent
9745b895f1
commit
11fd582453
23 changed files with 328 additions and 101 deletions
17
src/containers/lab/LabStats/styles.module.scss
Normal file
17
src/containers/lab/LabStats/styles.module.scss
Normal file
|
@ -0,0 +1,17 @@
|
|||
@import "~/styles/variables.scss";
|
||||
|
||||
.title {
|
||||
font: $font_14_semibold;
|
||||
color: darken(white, 50%);
|
||||
text-transform: uppercase;
|
||||
padding: 0 $gap / 2;
|
||||
padding-bottom: $gap / 2;
|
||||
}
|
||||
|
||||
.tags.tags {
|
||||
margin: 0 -$gap / 2;
|
||||
}
|
||||
|
||||
.heroes {
|
||||
margin-top: -$gap;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue