forked from bofh/fetsite
12 lines
305 B
SCSS
12 lines
305 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 2px;
|
|
height: 90%
|
|
}
|