69 lines
1.3 KiB
SCSS
Raw Normal View History

.current-head {
h3 {
display: inline-flex;
padding-left: 10px;
align-items: center;
color: #ffffff;
}
.btn-box {
height: 100%;
margin-left: auto;
display: inline-flex;
align-items: center;
}
}
.mat-tab-label-active {
opacity: 1;
}
2019-11-26 17:54:37 +09:00
.message-item {
cursor: pointer;
}
2020-02-11 11:09:57 +09:00
.message-box {
2020-02-10 19:09:57 +09:00
position: relative;
height: 100%;
2020-01-10 18:54:14 +09:00
.message-section {
position: relative;
.message-tab {
position: relative;
height: 100%;
2020-02-10 19:09:57 +09:00
& > .mat-tab-header {
width: 100%;
.mat-tab-label {
min-width: 33%;
}
}
2020-01-10 18:54:14 +09:00
}
2020-02-03 18:35:56 +09:00
.search-sub {
padding: 0 20px;
font-size: 0.9em;
height: 50px;
align-items: center;
display: flex;
border-bottom: 1px solid #dddddd;
form {
.mat-form-field {
width: 30%;
flex: 0 0 auto;
margin-right: 10px;
font-size: 1em;
}
.mat-radio-group {
.mat-radio-button {
margin: 0 4px;
.mat-radio-label {
.mat-radio-label-content {
padding-left: 4px;
}
}
}
}
}
}
.no-search-result {
2020-02-03 18:35:56 +09:00
justify-content: center;
align-items: center;
display: flex;
}
2020-01-10 18:54:14 +09:00
}
}