dmpopidor / app / assets / stylesheets / utils /
..
.gitkeep Update asset structure with webpacker gem 7 years ago
README.md Update asset structure with webpacker gem 7 years ago
_backgrounds.scss Update asset structure with webpacker gem 7 years ago
_bordered.scss Update asset structure with webpacker gem 7 years ago
_break_words.scss IssueID #1749 - Allow break of words in the text for answers and comments. (#2038) 7 years ago
_colours.scss Changes were made to the HTML h tags - Issue 1451 (#2423) 6 years ago
_font_size.scss Merged DMPRoadmap V2.1.6 6 years ago
_icons.scss Update asset structure with webpacker gem 7 years ago
_margins.scss minor refactor of the template filter UI to make things align and feel related 6 years ago
README.md

CSS Utils

Use this directory to define utility classes for use throughout the app. Examples of utilities include:

.font-large {
  font-size: 2rem;
}

.red {
  color: $color-text-red;
}

.border-bottom {
  border-bottom: thin solid $color-border-default;
}