27 lines
517 B
SCSS
Executable File
27 lines
517 B
SCSS
Executable File
// Place all the styles related to the lvas controller here.
|
|
// They will automatically be included in application.css.
|
|
// You can use Sass (SCSS) here: http://sass-lang.com/
|
|
|
|
div.lva-semester {
|
|
border: solid;
|
|
border-width: 0px;
|
|
margin: 1px;
|
|
padding: 5px;
|
|
border-color: green;
|
|
border-radius: 2px;
|
|
}
|
|
div.lva-sidebar {
|
|
border:solid;
|
|
border-width: 1px;
|
|
margin: 2px;
|
|
padding:5px;
|
|
border-radius:5px;
|
|
}
|
|
div.lva-beispiele {
|
|
border:solid;
|
|
border-width: 2px;
|
|
margin: 2px;
|
|
padding:5px;
|
|
border-radius:5px;
|
|
border-color: green;
|
|
} |