finalized contacts
This commit is contained in:
@ -3,10 +3,30 @@ html {
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: #eee;
|
||||
background-color: #99c1f1;
|
||||
height: calc(100% - 76px);
|
||||
}
|
||||
|
||||
.formpane {
|
||||
margin: 24px;
|
||||
border: 1px solid silver;
|
||||
border-radius: 4px;
|
||||
padding: 24px;
|
||||
background: whitesmoke;
|
||||
}
|
||||
|
||||
.menudangerbutton {
|
||||
color: #e00 !important;
|
||||
border: 1px solid rgba(0,0,0,0);
|
||||
}
|
||||
|
||||
.menudangerbutton:hover {
|
||||
color: #f00 !important;
|
||||
border: 1px solid silver;
|
||||
border-radius: 4px;
|
||||
background: rgba(255,0,0,0.2);
|
||||
}
|
||||
|
||||
.body {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
@ -14,11 +34,9 @@ body {
|
||||
}
|
||||
|
||||
.page {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
padding-bottom: 12px;
|
||||
background-image: linear-gradient(to bottom, #eee, #777)
|
||||
!important;
|
||||
background-image: linear-gradient(to bottom, #99c1f1, #1a5f64) !important;
|
||||
}
|
||||
|
||||
.emph {
|
||||
|
Reference in New Issue
Block a user