refact css tailwind

This commit is contained in:
2020-05-08 23:38:31 +02:00
parent 6e0db185bb
commit 765d99e48b
15 changed files with 194 additions and 106 deletions

32
resources/sass/components/_base.scss vendored Normal file
View File

@@ -0,0 +1,32 @@
.text-shadow {
text-shadow: 1px 1px 2px #000;
}
.left-8 {
left: 2rem;
}
.left-80 {
left: 20rem;
}
.-bottom-12 {
bottom: -3rem;
}
.max-h-64 {
max-height: 16rem;
}
.max-w-64 {
max-width: 16rem;
}
.max-h-48 {
max-height: 12rem;
}
.max-w-48 {
max-width: 12rem;
}