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/chrome/app/styles/common.scss
2017-02-14 23:55:12 -08:00

15 lines
No EOL
187 B
SCSS

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