Add tail/layout/_z-index.scss
This commit is contained in:
parent
915e5bc234
commit
45d595bb58
6 changed files with 52 additions and 2 deletions
30
dist/tail.css
vendored
30
dist/tail.css
vendored
File diff suppressed because one or more lines are too long
BIN
dist/tail.css.gz
vendored
BIN
dist/tail.css.gz
vendored
Binary file not shown.
2
dist/tail.min.css
vendored
2
dist/tail.min.css
vendored
File diff suppressed because one or more lines are too long
BIN
dist/tail.min.css.gz
vendored
BIN
dist/tail.min.css.gz
vendored
Binary file not shown.
21
src/tail/layout/_z-index.scss
Normal file
21
src/tail/layout/_z-index.scss
Normal file
|
@ -0,0 +1,21 @@
|
|||
.z-0 {
|
||||
z-index: 0;
|
||||
}
|
||||
.z-10 {
|
||||
z-index: 10;
|
||||
}
|
||||
.z-20 {
|
||||
z-index: 20;
|
||||
}
|
||||
.z-30 {
|
||||
z-index: 30;
|
||||
}
|
||||
.z-40 {
|
||||
z-index: 40;
|
||||
}
|
||||
.z-50 {
|
||||
z-index: 50;
|
||||
}
|
||||
.z-auto {
|
||||
z-index: auto;
|
||||
}
|
|
@ -1 +1,2 @@
|
|||
@import "overflow";
|
||||
@import "z-index";
|
||||
|
|
Loading…
Reference in a new issue