refact css tailwind
This commit is contained in:
32
resources/sass/components/_base.scss
vendored
Normal file
32
resources/sass/components/_base.scss
vendored
Normal 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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user