46 lines
846 B
SCSS
Raw Normal View History

2019-10-24 10:07:30 +09:00
@charset 'utf-8';
.current-head {
display: flex;
2019-10-21 13:20:14 +09:00
justify-content: center;
2019-10-24 10:07:30 +09:00
padding: 0 10px;
2019-11-08 08:58:22 +09:00
height: 70px;
background-color: #eeeeee;
background: #f15f79;
background: -webkit-linear-gradient(to right, #352a37, #f15f79);
background: linear-gradient(to right, #352a37, #ef4c73);
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-08 08:58:22 +09:00
svg{
stroke:#333333;
2019-10-21 13:20:14 +09:00
}
}
2019-10-24 10:07:30 +09:00
}
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;
}
}
::ng-deep .mat-tab-body-content {
height: 100%;
overflow: unset;
}
2019-11-11 11:42:08 +09:00
.mat-menu-item{
display:flex;
align-items: center;
svg{
margin-right:10px;
}
}