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