Add tail/layout/_z-index.scss

This commit is contained in:
0x1eef 2024-09-16 20:02:42 -03:00
parent 915e5bc234
commit 45d595bb58
6 changed files with 52 additions and 2 deletions

30
dist/tail.css vendored

File diff suppressed because one or more lines are too long

BIN
dist/tail.css.gz vendored

Binary file not shown.

2
dist/tail.min.css vendored

File diff suppressed because one or more lines are too long

BIN
dist/tail.min.css.gz vendored

Binary file not shown.

View 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;
}

View file

@ -1 +1,2 @@
@import "overflow";
@import "z-index";