This repository has been archived on 2026-04-30. You can view files and clone it, but cannot push or open issues or pull requests.
huegasm/mobile/app/styles/common.scss

11 lines
155 B
SCSS

.text-left {
text-align: left !important;
}
.relative {
position: relative !important;
}
.no-text-decoration {
text-decoration: none !important;
}