Html + css improvements

This commit is contained in:
2020-08-22 18:57:33 +02:00
parent 5573dd45d6
commit f73a9d0b96
4 changed files with 20 additions and 20 deletions
+5 -5
View File
@@ -8,6 +8,10 @@
&:hover {
@apply bg-teal-800 text-white;
}
&.disabled {
@apply pointer-events-none;
}
}
@screen md {
@@ -15,11 +19,7 @@
perspective: 1000px;
}
.flipped-left > * {
.flipped > * {
transform: rotateY(25deg);
}
.flipped-right > * {
transform: rotateY(-25deg);
}
}