2019-10-24 10:07:30 +09:00
|
|
|
@charset 'utf-8';
|
|
|
|
.current-head {
|
2019-11-18 15:02:47 +09:00
|
|
|
color: #ffffff;
|
2019-10-24 10:07:30 +09:00
|
|
|
h3 {
|
|
|
|
display: inline-flex;
|
|
|
|
padding-left: 10px;
|
2019-10-21 13:20:14 +09:00
|
|
|
align-items: center;
|
|
|
|
}
|
2019-10-24 10:07:30 +09:00
|
|
|
.btn-box {
|
2019-10-21 13:20:14 +09:00
|
|
|
height: 100%;
|
2019-10-24 10:07:30 +09:00
|
|
|
margin-left: auto;
|
|
|
|
display: inline-flex;
|
2019-10-21 13:20:14 +09:00
|
|
|
align-items: center;
|
2019-11-18 15:02:47 +09:00
|
|
|
svg {
|
|
|
|
stroke: #333333;
|
2019-10-21 13:20:14 +09:00
|
|
|
}
|
|
|
|
}
|
2019-10-24 10:07:30 +09:00
|
|
|
}
|
2019-11-18 15:02:47 +09:00
|
|
|
::ng-deep .ps {
|
|
|
|
.ps-content {
|
|
|
|
position: relative;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-10-31 19:17:29 +09:00
|
|
|
.search-result {
|
2019-11-08 08:58:22 +09:00
|
|
|
height: calc(100% - 130px);
|
2019-10-31 19:17:29 +09:00
|
|
|
overflow: auto;
|
|
|
|
.result-num {
|
|
|
|
padding: 10px;
|
|
|
|
display: flex;
|
|
|
|
height: 40px;
|
|
|
|
}
|
2019-11-18 15:02:47 +09:00
|
|
|
.ps {
|
|
|
|
.ps-content {
|
|
|
|
position: relative;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
}
|
2019-10-31 19:17:29 +09:00
|
|
|
}
|
|
|
|
::ng-deep .mat-tab-body-content {
|
|
|
|
height: 100%;
|
|
|
|
overflow: unset;
|
|
|
|
}
|
2019-11-18 15:02:47 +09:00
|
|
|
.mat-menu-item {
|
|
|
|
display: flex;
|
2019-11-11 11:42:08 +09:00
|
|
|
align-items: center;
|
2019-11-18 15:02:47 +09:00
|
|
|
svg {
|
|
|
|
margin-right: 10px;
|
2019-11-11 11:42:08 +09:00
|
|
|
}
|
2019-11-18 15:02:47 +09:00
|
|
|
}
|
|
|
|
|
|
|
|
.list-item-frame{
|
|
|
|
width:100%;
|
|
|
|
height:100%;
|
2019-11-11 11:42:08 +09:00
|
|
|
}
|