mirror of
https://github.com/yusufipk/trillo-react.git
synced 2026-09-11 10:56:15 +00:00
22 lines
347 B
SCSS
22 lines
347 B
SCSS
.u-center-text {
|
|
text-align: center !important;
|
|
}
|
|
|
|
.u-margin-bottom-big {
|
|
margin-bottom: 8rem !important;
|
|
}
|
|
.u-margin-bottom-medium {
|
|
margin-bottom: 4rem !important;
|
|
}
|
|
.u-margin-bottom-small {
|
|
margin-bottom: 1.5rem !important;
|
|
}
|
|
|
|
.u-margin-top-big {
|
|
margin-top: 8rem !important;
|
|
}
|
|
|
|
.u-margin-top-huge {
|
|
margin-top: 10rem !important;
|
|
}
|