You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
70 lines
1.0 KiB
70 lines
1.0 KiB
.mat-sidenav-container {
|
|
height: 100%;
|
|
|
|
.mat-sidenav {
|
|
padding: 20px;
|
|
width: 280px;
|
|
}
|
|
|
|
|
|
.mat-sidenav-content {
|
|
display: flex;
|
|
flex-direction: column;
|
|
|
|
>.row-auto {
|
|
flex: 0 0 auto;
|
|
|
|
>.toolbar {
|
|
display: flex;
|
|
align-items: center;
|
|
min-height: 64px;
|
|
margin: 0 24px;
|
|
|
|
&.justify-center {
|
|
justify-content: center;
|
|
}
|
|
|
|
>.mat-icon {
|
|
margin-right: 4px;
|
|
|
|
&:not(:first-child) {
|
|
margin-left: 16px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
>.row-fill {
|
|
flex: 1 1 auto;
|
|
position: relative;
|
|
overflow: hidden;
|
|
|
|
&.hide{
|
|
opacity: 0;
|
|
}
|
|
|
|
>.input-text{
|
|
position: absolute;
|
|
top: 5px;
|
|
right: 50px;
|
|
}
|
|
|
|
|
|
|
|
>.mat-fab {
|
|
position: absolute;
|
|
top: 24px;
|
|
right: 24px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.float-win{
|
|
padding: 0;
|
|
.mat-row{
|
|
height: 20px;
|
|
td.mat-cell:first-of-type{
|
|
padding-left: 10px;
|
|
}
|
|
}
|
|
}
|