2020-02-11 18:41:39 +09:00
|
|
|
/*::ng-deep .mat-list-base {
|
2019-11-26 10:56:58 +09:00
|
|
|
.theme-select.mat-list-item {
|
|
|
|
position: relative;
|
2019-11-26 15:08:00 +09:00
|
|
|
height: 160px;
|
2019-11-26 10:56:58 +09:00
|
|
|
.mat-list-item-content {
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
::ng-deep .theme-list {
|
2019-11-25 10:39:09 +09:00
|
|
|
position: relative;
|
|
|
|
display: flex;
|
|
|
|
flex-flow: row;
|
2019-11-26 10:56:58 +09:00
|
|
|
width: 100%;
|
2019-11-25 10:39:09 +09:00
|
|
|
margin: 10px;
|
2019-11-26 10:56:58 +09:00
|
|
|
height: auto !important;
|
|
|
|
.mat-tab-header {
|
|
|
|
position: relative;
|
|
|
|
width: 100% !important;
|
|
|
|
.mat-tab-labels {
|
|
|
|
position: relative;
|
|
|
|
width: 100%;
|
|
|
|
flex-flow: row !important;
|
|
|
|
.mat-tab-label {
|
|
|
|
width: 140px;
|
|
|
|
height: 120px;
|
|
|
|
.mat-tab-label-content {
|
|
|
|
position: relative;
|
|
|
|
flex-flow: column;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
2019-11-25 10:57:02 +09:00
|
|
|
}
|
2019-11-26 10:56:58 +09:00
|
|
|
.mat-ink-bar {
|
|
|
|
display: none;
|
2019-11-25 10:39:09 +09:00
|
|
|
}
|
|
|
|
}
|
2019-11-26 10:56:58 +09:00
|
|
|
.mat-tab-body-wrapper {
|
|
|
|
border-left: none;
|
|
|
|
}
|
|
|
|
}
|
2019-11-25 10:39:09 +09:00
|
|
|
|
2020-02-11 18:41:39 +09:00
|
|
|
*/
|
2020-02-11 17:13:46 +09:00
|
|
|
.mat-list-item {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
.set-general {
|
|
|
|
.theme-select {
|
|
|
|
position: relative;
|
|
|
|
width: 100%;
|
|
|
|
height: 160px;
|
|
|
|
.theme-list {
|
|
|
|
position: relative;
|
2020-02-11 18:41:39 +09:00
|
|
|
width: 100%;
|
2020-02-11 17:13:46 +09:00
|
|
|
height: 160px;
|
|
|
|
.theme-item {
|
|
|
|
width: 140px;
|
|
|
|
height: 98px;
|
|
|
|
margin-right: 10px;
|
|
|
|
border: 1px solid #dddddd;
|
|
|
|
background-size: 100% auto;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
opacity: 0.7;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2019-11-26 10:56:58 +09:00
|
|
|
}
|
2020-02-11 18:41:39 +09:00
|
|
|
|
|
|
|
::ng-deep .theme-list {
|
|
|
|
.mat-tab-header {
|
|
|
|
width: 100%;
|
|
|
|
.mat-tab-labels {
|
|
|
|
position: relative;
|
|
|
|
width: 100%;
|
|
|
|
flex-direction: row;
|
|
|
|
.mat-tab-label {
|
|
|
|
width: 140px;
|
|
|
|
height: 120px;
|
|
|
|
.mat-tab-label-content {
|
|
|
|
position: relative;
|
|
|
|
flex-flow: column;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.mat-tab-body-wrapper {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-11-26 10:56:58 +09:00
|
|
|
.theme-box {
|
|
|
|
width: 140px;
|
|
|
|
height: 98px;
|
|
|
|
border: 1px solid #dddddd;
|
|
|
|
background-size: 100% auto;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
&.default-theme {
|
2019-11-25 10:57:02 +09:00
|
|
|
background-image: url('../../../../ucap-webmessenger-app/src/assets/images/theme/theme-default.png');
|
|
|
|
}
|
2019-11-26 10:56:58 +09:00
|
|
|
&.lg-red-theme {
|
2019-11-25 10:57:02 +09:00
|
|
|
background-image: url('../../../../ucap-webmessenger-app/src/assets/images/theme/theme-lgRed.png');
|
|
|
|
}
|
2019-11-25 10:39:09 +09:00
|
|
|
}
|
2019-11-26 10:56:58 +09:00
|
|
|
|
|
|
|
.brightness {
|
|
|
|
position: relative;
|
|
|
|
width: 100%;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
}
|
2020-02-11 17:13:46 +09:00
|
|
|
|
|
|
|
.mat-divider {
|
|
|
|
position: relative;
|
|
|
|
padding-top: 10px;
|
|
|
|
}
|