2018-08-09 16:03:24 +02:00
|
|
|
span {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2018-08-20 18:13:28 +02:00
|
|
|
.save-button {
|
|
|
|
background-color: rgb(77, 243, 86);
|
|
|
|
}
|
|
|
|
|
2018-08-09 16:03:24 +02:00
|
|
|
.motion-title {
|
|
|
|
padding-left: 20px;
|
|
|
|
line-height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.motion-submitter {
|
|
|
|
display: inline;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 70%;
|
|
|
|
}
|
|
|
|
|
|
|
|
mat-panel-title {
|
|
|
|
fa-icon {
|
|
|
|
margin-right: 35px; //on line with text
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.meta-info-panel {
|
|
|
|
padding-top: 25px;
|
2018-08-14 12:55:45 +02:00
|
|
|
|
|
|
|
a:hover {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2018-08-09 16:03:24 +02:00
|
|
|
h3 {
|
|
|
|
display: block;
|
2018-08-13 13:49:38 +02:00
|
|
|
margin-top: 12px; //distance between heading and text
|
|
|
|
margin-bottom: 3px; //distance between heading and text
|
2018-08-09 16:03:24 +02:00
|
|
|
font-size: 80%;
|
|
|
|
color: gray;
|
2018-08-14 12:55:45 +02:00
|
|
|
|
|
|
|
fa-icon {
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
mat-form-field {
|
|
|
|
margin-top: 12px; //distance between heading and text
|
|
|
|
}
|
|
|
|
|
|
|
|
.mat-form-field-label {
|
|
|
|
font-size: 12pt;
|
|
|
|
color: gray;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mat-form-field-label-wrapper {
|
|
|
|
fa-icon {
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
2018-08-09 16:03:24 +02:00
|
|
|
}
|
2018-08-16 17:03:39 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.wide-text {
|
|
|
|
width: 95%;
|
|
|
|
|
|
|
|
textarea {
|
|
|
|
height: 200px;
|
|
|
|
}
|
|
|
|
}
|
2018-08-09 16:03:24 +02:00
|
|
|
|
2018-08-16 17:03:39 +02:00
|
|
|
mat-expansion-panel {
|
|
|
|
.expansion-panel-custom-body {
|
2018-08-09 16:03:24 +02:00
|
|
|
padding-left: 55px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.content-panel {
|
2018-08-16 17:03:39 +02:00
|
|
|
h2 {
|
|
|
|
display: block;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 120%;
|
|
|
|
}
|
|
|
|
|
2018-08-09 16:03:24 +02:00
|
|
|
h3 {
|
2018-08-16 17:03:39 +02:00
|
|
|
display: block;
|
2018-08-09 16:03:24 +02:00
|
|
|
font-weight: initial;
|
|
|
|
font-size: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
h4 {
|
|
|
|
display: block;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 100%;
|
|
|
|
}
|
|
|
|
}
|