63 lines
1.0 KiB
SCSS
Raw Normal View History

2019-11-21 14:54:25 +09:00
::ng-deep .cdk-overlay-pane{
width:600px;
max-height:90%;
.setting-frame{
.mat-dialog-container {
position: relative;
}
}
}
2019-11-21 10:29:19 +09:00
.confirm-card {
2019-11-21 14:54:25 +09:00
padding: 16px;
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
.mat-card-header {
2019-11-21 14:54:25 +09:00
position: relative;
width: 100%;
margin-bottom: 12px;
2019-11-21 10:29:19 +09:00
.mat-card-header-text {
.mat-card-title {
}
}
}
.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);
.setting-tab {
width:100%;
height:100%;
position: relative;
.mat-tab-group {
width:100%;
height:100%;
position: relative;
}
2019-11-21 10:29:19 +09:00
}
}
.button-farm {
text-align: right;
2019-11-21 14:54:25 +09:00
position: relative;
width: 100%;
bottom: 10px;
2019-11-21 10:29:19 +09:00
.mat-primary {
margin-left: 4px;
}
}
}
2019-11-21 14:54:25 +09:00
::ng-deep .mat-tab-group {
.mat-tab-header{
margin-bottom:10px;
.mat-tab-labels{
border-bottom:2px solid #dddddd;
.mat-tab-label{
padding:0 10px;
}
}
}
}