mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-11 11:18:39 +00:00
21 lines
181 B
SCSS
21 lines
181 B
SCSS
.center {
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.centerText {
|
|
text-align: center;
|
|
}
|
|
|
|
.rightText {
|
|
text-align: right;
|
|
}
|
|
|
|
.floatLeft {
|
|
float: left;
|
|
}
|
|
|
|
.floatRight {
|
|
float: right;
|
|
}
|
|
|