29 lines
593 B
SCSS
Executable File
29 lines
593 B
SCSS
Executable File
// Place all the styles related to the studia controller here.
|
|
// They will automatically be included in application.css.
|
|
// You can use Sass (SCSS) here: http://sass-lang.com/
|
|
div.verwalten-block {
|
|
border-width: 1px;
|
|
border-style: solid;
|
|
padding: 5px;
|
|
border-radius:10px;
|
|
margin: 2px;
|
|
}
|
|
div.studien-semester {
|
|
//border-width:1px;
|
|
//border-style: solid;
|
|
padding: 5px;
|
|
//border-radius:2px;
|
|
//border-color: blue;
|
|
margin: 5px;
|
|
display: block;
|
|
padding: 5px;
|
|
border-radius: 10px;
|
|
border: lightgrey solid 1px;
|
|
}
|
|
a.studium {
|
|
display:block
|
|
}
|
|
a.studium:hover {
|
|
box-shadow: 1px 1px 2px 2px lightgray;
|
|
}
|