forked from beba/foerderbarometer
24 lines
240 B
CSS
24 lines
240 B
CSS
|
|
ul > li {
|
||
|
|
list-style-type: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
ul {
|
||
|
|
padding-left: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
label.required::after {
|
||
|
|
content: ' *';
|
||
|
|
color: red;
|
||
|
|
}
|
||
|
|
|
||
|
|
.spacer-15 {
|
||
|
|
height: 15%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.spacer-5 {
|
||
|
|
height: 5%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.page-centered {
|
||
|
|
text-align: center;
|
||
|
|
}
|