2018-08-09 16:03:24 +02:00
|
|
|
span {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.motion-title {
|
|
|
|
padding-left: 20px;
|
|
|
|
line-height: 100%;
|
|
|
|
}
|
|
|
|
|
2018-09-28 15:10:48 +02:00
|
|
|
.motion-content {
|
|
|
|
display: flow-root;
|
|
|
|
}
|
|
|
|
|
|
|
|
.motion-text-controls {
|
|
|
|
float: right;
|
|
|
|
button {
|
|
|
|
font-size: 115%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-08-09 16:03:24 +02:00
|
|
|
.motion-submitter {
|
|
|
|
display: inline;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 70%;
|
|
|
|
}
|
|
|
|
|
|
|
|
mat-panel-title {
|
2018-10-11 14:03:44 +02:00
|
|
|
mat-icon {
|
2018-08-09 16:03:24 +02:00
|
|
|
margin-right: 35px; //on line with text
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-09-03 14:23:54 +02:00
|
|
|
.meta-info-block {
|
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
|
|
|
|
2018-10-11 14:03:44 +02:00
|
|
|
mat-icon {
|
2018-08-14 12:55:45 +02:00
|
|
|
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 {
|
2018-10-11 14:03:44 +02:00
|
|
|
mat-icon {
|
2018-08-14 12:55:45 +02:00
|
|
|
margin-left: 5px;
|
|
|
|
}
|
2018-08-09 16:03:24 +02:00
|
|
|
}
|
2018-08-16 17:03:39 +02:00
|
|
|
}
|
|
|
|
|
2018-09-03 14:23:54 +02:00
|
|
|
.wide-form {
|
2018-08-16 17:03:39 +02:00
|
|
|
textarea {
|
2018-09-03 14:23:54 +02:00
|
|
|
height: 25vh;
|
|
|
|
}
|
|
|
|
|
|
|
|
::ng-deep {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.meta-info-panel {
|
|
|
|
padding-top: 25px;
|
|
|
|
|
|
|
|
a:hover {
|
|
|
|
cursor: pointer;
|
2018-08-16 17:03:39 +02:00
|
|
|
}
|
|
|
|
}
|
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%;
|
|
|
|
}
|
|
|
|
}
|
2018-09-03 14:23:54 +02:00
|
|
|
|
|
|
|
.desktop-view {
|
|
|
|
.desktop-left {
|
|
|
|
width: 30%;
|
|
|
|
float: left;
|
|
|
|
|
|
|
|
.meta-info-desktop {
|
|
|
|
padding: 40px 20px 10px 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.personal-note {
|
|
|
|
mat-card {
|
|
|
|
padding: 0px;
|
|
|
|
margin: 20px;
|
|
|
|
min-width: 10hv;
|
|
|
|
min-width: 200px;
|
|
|
|
|
|
|
|
.mat-card-header-text {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
mat-card-header {
|
|
|
|
display: inherit;
|
|
|
|
padding: 15px;
|
|
|
|
margin: 0;
|
|
|
|
background-color: #eee;
|
|
|
|
|
|
|
|
.title-right {
|
|
|
|
float: right;
|
2018-10-11 14:03:44 +02:00
|
|
|
mat-icon {
|
2018-09-03 14:23:54 +02:00
|
|
|
padding-left: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
mat-card-title {
|
|
|
|
font-weight: bold;
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
mat-card-content {
|
|
|
|
padding: 30px 15px 15px 15px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.desktop-right {
|
|
|
|
display: grid;
|
|
|
|
|
|
|
|
min-width: 70%;
|
|
|
|
|
|
|
|
mat-card {
|
|
|
|
display: inline;
|
|
|
|
margin: 20px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|