test Drupal site working on Koality Theme Builder
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
280 B

  1. .text-center {
  2. text-align: center;
  3. }
  4. .text-left {
  5. text-align: left;
  6. }
  7. .text-right {
  8. text-align: right;
  9. }
  10. .text-bold {
  11. font-weight: bold;
  12. }
  13. .text-italic {
  14. font-style: italic;
  15. }
  16. .text-uppercase {
  17. text-transform: uppercase;
  18. }
  19. .white-text {
  20. color: $color-white;
  21. }