Files
fetsite/app/assets/stylesheets/themengruppen.css.scss

17 lines
329 B
SCSS

// Place all the styles related to the themengruppen controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/
div.sticker
{
width: 90%;
text-align: center;
padding: 5px
}
div.sticker-red
{ background: red;
}
div.sticker-yellow
{ background: yellow;
}