forked from bofh/fetsite
20 lines
277 B
SCSS
20 lines
277 B
SCSS
form.formtastic .stringish input {
|
|
width:90%;
|
|
}
|
|
form.formtastic textarea {
|
|
width:90%;
|
|
height:20em;
|
|
}
|
|
|
|
|
|
div.form-group {
|
|
border-width: 1px;
|
|
border-style: none;
|
|
padding: 10px;
|
|
// border-radius: 10px;
|
|
}
|
|
div.verwalten-block {
|
|
border-width: 1px;
|
|
border-style: solid;
|
|
padding: 5px;
|
|
} |