2019-11-20 17:31:08 +09:00

58 lines
845 B
SCSS

@charset 'utf-8';
.current-head {
color: #ffffff;
h3 {
display: inline-flex;
padding-left: 10px;
align-items: center;
}
.btn-box {
height: 100%;
margin-left: auto;
display: inline-flex;
align-items: center;
svg {
stroke: #333333;
}
}
}
::ng-deep .ps {
.ps-content {
position: relative;
width: 100%;
height: 100%;
}
}
.search-result {
height: calc(100% - 130px);
overflow: auto;
.result-num {
padding: 10px;
display: flex;
height: 40px;
}
.ps {
.ps-content {
position: relative;
width: 100%;
height: 100%;
}
}
}
::ng-deep .mat-tab-body-content {
height: 100%;
overflow: unset;
}
.mat-menu-item {
display: flex;
align-items: center;
svg {
margin-right: 10px;
}
}
.list-item-frame{
width:100%;
height:100%;
}