Html + css improvements
This commit is contained in:
+5
-5
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user