개인정보영역 수정
This commit is contained in:
parent
d0af7a78ca
commit
18b68e290e
|
@ -239,8 +239,11 @@ $daesang-grey: (
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
.mat-badge-accent .mat-badge-content{
|
||||
background-color: mat-color($warn);
|
||||
.policy{
|
||||
background-color: mat-color($accent, B100);
|
||||
}
|
||||
.mat-badge-accent .mat-badge-content {
|
||||
background-color: mat-color($warn, 400);
|
||||
}
|
||||
|
||||
.mat-tab-group.mat-primary .mat-ink-bar,
|
||||
|
|
|
@ -1,13 +1,12 @@
|
|||
|
||||
.login-form {
|
||||
position: relative;
|
||||
width: 384px;
|
||||
max-width: 384px;
|
||||
padding: 50px;
|
||||
text-align: center;
|
||||
background-color: rgba( 255, 255, 255, 0.8 );
|
||||
background-color: rgba(255, 255, 255, 0.8);
|
||||
border-radius: 0px;
|
||||
box-shadow: 4px 4px 0px rgba(0,0,0,0.1);
|
||||
box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1);
|
||||
|
||||
.mat-title {
|
||||
margin: 16px 0 32px 0;
|
||||
|
@ -89,14 +88,12 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
.policy{
|
||||
.policy {
|
||||
position: absolute;
|
||||
bottom:0;
|
||||
width:100%;
|
||||
padding:10px;
|
||||
left:0;
|
||||
//background-color: #4f586b;
|
||||
background-color: #555555;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
padding: 10px;
|
||||
left: 0;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user