11 lines
155 B
SCSS
11 lines
155 B
SCSS
.text-left {
|
|
text-align: left !important;
|
|
}
|
|
|
|
.relative {
|
|
position: relative !important;
|
|
}
|
|
|
|
.no-text-decoration {
|
|
text-decoration: none !important;
|
|
}
|