Files
fetsite/app/assets/stylesheets/themengruppen.css.scss
2013-08-19 18:51:23 +02:00

12 lines
306 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.themengruppe
{padding:10px;
margin:2px;
border-radius: 10px;
min-width:13em;
border: #91B4FF solid 0px;
height: 90%
}