36 lines
335 B
SCSS
Vendored
36 lines
335 B
SCSS
Vendored
.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;
|
|
}
|
|
|
|
.min-h-16 {
|
|
min-height: 4rem;
|
|
}
|