레이아웃변경
This commit is contained in:
parent
3abb947d92
commit
4f31f81c26
|
@ -66,7 +66,7 @@
|
||||||
.mat-tab-list {
|
.mat-tab-list {
|
||||||
.mat-tab-labels {
|
.mat-tab-labels {
|
||||||
flex-flow: column;
|
flex-flow: column;
|
||||||
height: 280px;
|
height: 360px;
|
||||||
padding-top: 10px;
|
padding-top: 10px;
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
.mat-tab-label {
|
.mat-tab-label {
|
||||||
|
|
|
@ -534,11 +534,11 @@ export class MessagesComponent implements OnInit, OnDestroy, AfterViewInit {
|
||||||
FileViewerDialogResult
|
FileViewerDialogResult
|
||||||
>(FileViewerDialogComponent, {
|
>(FileViewerDialogComponent, {
|
||||||
position: {
|
position: {
|
||||||
top: '30px'
|
top: '50px'
|
||||||
},
|
},
|
||||||
maxWidth: '100vw',
|
maxWidth: '100vw',
|
||||||
maxHeight: '100vh',
|
maxHeight: '100vh',
|
||||||
height: 'calc(100% - 30px)',
|
height: 'calc(100% - 50px)',
|
||||||
width: '100%',
|
width: '100%',
|
||||||
hasBackdrop: false,
|
hasBackdrop: false,
|
||||||
panelClass: 'app-dialog-full',
|
panelClass: 'app-dialog-full',
|
||||||
|
|
|
@ -94,7 +94,7 @@ $daesang: (
|
||||||
400: #26c6da,
|
400: #26c6da,
|
||||||
500: #00bcd4,
|
500: #00bcd4,
|
||||||
/*600: #00acc1,*/ 600: #00b6d5,
|
/*600: #00acc1,*/ 600: #00b6d5,
|
||||||
700: #0097a7,
|
700: #1ea7b9,
|
||||||
800: #0367a6,
|
800: #0367a6,
|
||||||
900: #024873,
|
900: #024873,
|
||||||
A100: #84ffff,
|
A100: #84ffff,
|
||||||
|
@ -139,7 +139,7 @@ $daesang-grey: (
|
||||||
A100: #ffffff,
|
A100: #ffffff,
|
||||||
A200: #eeeeee,
|
A200: #eeeeee,
|
||||||
A400: #bdbdbd,
|
A400: #bdbdbd,
|
||||||
A700: #616161,
|
A700: #1e2b3a,
|
||||||
contrast: (
|
contrast: (
|
||||||
50: $dark-primary-text,
|
50: $dark-primary-text,
|
||||||
100: $dark-primary-text,
|
100: $dark-primary-text,
|
||||||
|
@ -256,7 +256,11 @@ $daesang-grey: (
|
||||||
background-color: mat-color($accent, 400);
|
background-color: mat-color($accent, 400);
|
||||||
}
|
}
|
||||||
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary {
|
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary {
|
||||||
background-color: mat-color($accent, 200);
|
background-color: mat-color($accent, 700);
|
||||||
|
cursor: pointer;
|
||||||
|
.mat-chip-remove {
|
||||||
|
opacity: 0.6;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.global-menu {
|
.global-menu {
|
||||||
|
|
|
@ -28,8 +28,8 @@
|
||||||
.mat-card-header{
|
.mat-card-header{
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
padding-bottom: 40px;
|
padding-bottom: 40px;
|
||||||
background: #ce395d;
|
background: #76d9c5;
|
||||||
background: linear-gradient(to right, #345385, #ef4c73);
|
/*background: linear-gradient(to right, #345385, #ef4c73);*/
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
padding-top: 20px;
|
padding-top: 20px;
|
||||||
width:100%;
|
width:100%;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user