123 lines
2.3 KiB
SCSS
Raw Normal View History

2019-11-22 09:53:11 +09:00
::ng-deep .setting-frame {
2019-11-21 14:54:25 +09:00
padding: 16px;
2019-11-22 09:53:11 +09:00
height: 100%;
2019-11-21 10:29:19 +09:00
min-width: 500px;
2019-11-21 14:54:25 +09:00
position: relative;
2019-11-21 10:29:19 +09:00
2019-11-21 19:08:31 +09:00
.mat-dialog-container {
position: relative;
}
2019-11-21 10:29:19 +09:00
.mat-card-header {
2019-11-21 14:54:25 +09:00
position: relative;
width: 100%;
2019-11-22 09:53:11 +09:00
border-bottom: 1px solid #dddddd;
2019-11-21 14:54:25 +09:00
margin-bottom: 12px;
2020-01-29 13:14:26 +09:00
.btn-dialog-close {
font-size: 20px;
display: flex;
margin-left: auto;
align-self: flex-start;
color: #444444;
}
2019-11-21 10:29:19 +09:00
}
.mat-card-content {
2019-11-21 14:54:25 +09:00
flex: 0 0 auto;
2019-11-21 10:29:19 +09:00
display: flex;
2019-11-21 14:54:25 +09:00
align-items: flex-start;
height: calc(100% - 100px);
2019-11-22 09:53:11 +09:00
border-bottom: 1px solid #dddddd;
.setting-tab {
2019-11-21 14:54:25 +09:00
position: relative;
2019-11-22 09:53:11 +09:00
width: 100%;
height: 100%;
2019-11-26 10:56:58 +09:00
.mat-tab-group {
flex-direction: row;
.mat-tab-header {
width: 160px;
.mat-tab-labels {
flex-direction: column;
.mat-tab-label {
padding: 0 10px;
align-content: flex-start;
text-align: left;
2020-02-04 17:03:33 +09:00
align-items: center;
2019-11-26 10:56:58 +09:00
justify-content: flex-start;
}
}
2020-02-03 18:35:56 +09:00
.mat-ink-bar {
display: none;
}
2019-11-26 10:56:58 +09:00
}
2019-11-21 14:54:25 +09:00
}
2019-11-21 10:29:19 +09:00
}
}
.button-farm {
text-align: right;
2019-11-21 19:08:31 +09:00
position: absolute;
2019-11-21 14:54:25 +09:00
width: 100%;
bottom: 10px;
2019-11-21 10:29:19 +09:00
.mat-primary {
margin-left: 4px;
}
}
}
2019-11-21 19:08:31 +09:00
2019-11-22 09:53:11 +09:00
::ng-deep .setting-tab {
.mat-tab-group {
2019-11-21 19:08:31 +09:00
position: relative;
2019-11-22 09:53:11 +09:00
height: 100%;
width: 100%;
2020-02-03 18:35:56 +09:00
2019-11-22 09:53:11 +09:00
.mat-tab-header {
2019-11-26 10:56:58 +09:00
width: 160px;
flex-flow: column;
2020-02-03 18:35:56 +09:00
border-right: 1px solid #dddddd;
2019-11-22 09:53:11 +09:00
.mat-tab-label-container {
.mat-tab-list {
.mat-tab-labels {
border-bottom: 0;
padding-right: 10px;
.mat-tab-label {
padding: 0 10px;
2019-11-21 19:08:31 +09:00
}
}
}
}
}
2019-11-22 09:53:11 +09:00
.mat-tab-body-wrapper {
.mat-tab-body {
.mat-tab-body-conten {
position: relative;
width: 100%;
height: 100%;
.mat-list-base {
position: relative;
2019-11-21 19:08:31 +09:00
}
}
}
}
}
}
2019-11-22 09:53:11 +09:00
::ng-deep .setting-category {
.mat-list-base {
position: relative;
.mat-list-item {
font-size: 15px;
2020-02-03 18:35:56 +09:00
.mat-tab-header {
border-right: none;
}
2019-11-21 19:08:31 +09:00
}
2019-11-22 09:53:11 +09:00
.mat-divider {
2020-02-03 18:35:56 +09:00
//margin-top: 10px;
}
.mat-subheader {
font-weight: 600;
2019-11-21 19:08:31 +09:00
}
}
2019-11-22 09:53:11 +09:00
}