You are here

labels.css in AT Tools 8

@charset "UTF-8";
/**
 * Labels
 ============================================================================ */
.more-link {
  text-align: right;
  display: inline-block;
}

.more-help-link {
  text-align: left;
}
[dir="rtl"] .more-help-link {
  text-align: right;
}

.filter-help a:after {
  position: static;
  top: auto;
  right: auto;
  display: block;
  width: auto;
  height: auto;
  margin: 0;
}
[dir="rtl"] .filter-help a:after {
  left: auto;
}

.filter-help a, .more-help-link a {
  background-color: transparent;
  margin-right: 0;
}
.filter-help a:after, .more-help-link a:after {
  font-family: FontAwesome, sans-serif;
  content: "";
  float: right;
  padding: 0 1px;
  text-align: right;
  background-color: transparent;
  background-image: none;
  width: 16px;
  width: 1rem;
  display: none;
}
.fa-loaded .filter-help a:after, .fa-loaded .more-help-link a:after {
  display: inline-block;
}

/*# sourceMappingURL=maps/labels.css.map */

File

at_theme_generator/starterkits/starterkit/styles/css/components/labels.css
View source
  1. @charset "UTF-8";
  2. /**
  3. * Labels
  4. ============================================================================ */
  5. .more-link {
  6. text-align: right;
  7. display: inline-block;
  8. }
  9. .more-help-link {
  10. text-align: left;
  11. }
  12. [dir="rtl"] .more-help-link {
  13. text-align: right;
  14. }
  15. .filter-help a:after {
  16. position: static;
  17. top: auto;
  18. right: auto;
  19. display: block;
  20. width: auto;
  21. height: auto;
  22. margin: 0;
  23. }
  24. [dir="rtl"] .filter-help a:after {
  25. left: auto;
  26. }
  27. .filter-help a, .more-help-link a {
  28. background-color: transparent;
  29. margin-right: 0;
  30. }
  31. .filter-help a:after, .more-help-link a:after {
  32. font-family: FontAwesome, sans-serif;
  33. content: "";
  34. float: right;
  35. padding: 0 1px;
  36. text-align: right;
  37. background-color: transparent;
  38. background-image: none;
  39. width: 16px;
  40. width: 1rem;
  41. display: none;
  42. }
  43. .fa-loaded .filter-help a:after, .fa-loaded .more-help-link a:after {
  44. display: inline-block;
  45. }
  46. /*# sourceMappingURL=maps/labels.css.map */