css flip class
This commit is contained in:
@@ -2991,11 +2991,17 @@ a.field-info > span.fa-info-circle {
|
||||
}
|
||||
}
|
||||
|
||||
.transform-flip {
|
||||
.transform-flip,
|
||||
.transform-flip-x {
|
||||
-webkit-transform: scaleX(-1);
|
||||
transform: scaleX(-1);
|
||||
}
|
||||
|
||||
.transform-flip-y {
|
||||
-webkit-transform: scaleY(-1);
|
||||
transform: scaleY(-1);
|
||||
}
|
||||
|
||||
.transform-rotate-90 {
|
||||
-webkit-transform: rotate(90deg);
|
||||
-moz-transform: rotate(90deg);
|
||||
|
||||
Reference in New Issue
Block a user