Something went wrong on our end
-
Alex ORLUC authoredAlex ORLUC authored
document-list.component.scss 1.45 KiB
@import '../../../css/vars.scss';
.mat-list-item {
height: auto !important;
text-align: center;
}
.mat-card {
box-shadow: none;
border: solid 1px #E0E0E0;
}
.infosPj {
background: #F9F9F9;
border-top: solid 1px rgba(0, 0, 0, 0.12);
position: absolute;
width: 100%;
bottom: 0;
padding: 5px;
::ng-deep.mat-expansion-panel-body {
padding: 0px;
}
::ng-deep.mat-form-field-label {
color: $primary;
}
}
.subInfos {
display: block;
font-size: 12px;
color: $primary;
font-weight: bold;
}
.subInfosBottom {
font-size: 12px;
color: #666;
}
.mat-icon {
height: auto;
}
.pjToolsContent {
position: absolute;
right: 0px;
border-bottom: solid 1px #E0E0E0;
border-left: solid 1px #E0E0E0;
border-bottom-left-radius: 5px;
background: white;
padding: 10px;
}
.current {
box-shadow: 0px 0px 20px 0px #656565;
}
.panel-header {
box-shadow: 0px 0px 10px 0px #656565;
color: white;
background: $primary;
height: 65px;
display: flex;
justify-content: center;
position: relative;
font-size: 20px;
align-items: center;
}
.pjListContent {
padding-left: 30px;
padding-right: 30px;
flex: 1;
overflow: auto;
}
.panel-content {
display: flex;
flex-direction: column;
position: relative;
height: 100%;
overflow: hidden;
}
.closePanel {
position: absolute;
left: 0px;
font-size: 24px;
}