개인정보영역 수정

This commit is contained in:
khk 2019-11-22 12:09:04 +09:00
parent d0af7a78ca
commit 18b68e290e
2 changed files with 13 additions and 13 deletions

View File

@ -239,8 +239,11 @@ $daesang-grey: (
cursor: pointer; cursor: pointer;
} }
.policy{
background-color: mat-color($accent, B100);
}
.mat-badge-accent .mat-badge-content { .mat-badge-accent .mat-badge-content {
background-color: mat-color($warn); background-color: mat-color($warn, 400);
} }
.mat-tab-group.mat-primary .mat-ink-bar, .mat-tab-group.mat-primary .mat-ink-bar,

View File

@ -1,4 +1,3 @@
.login-form { .login-form {
position: relative; position: relative;
width: 384px; width: 384px;
@ -95,8 +94,6 @@
width: 100%; width: 100%;
padding: 10px; padding: 10px;
left: 0; left: 0;
//background-color: #4f586b;
background-color: #555555;
color: #ffffff; color: #ffffff;
} }