8 lines
86 B
SCSS
8 lines
86 B
SCSS
.transition-200 {
|
|
transition: 200ms
|
|
}
|
|
|
|
.rotate-180 {
|
|
transform: rotateX(180deg)
|
|
}
|