finalized contacts

This commit is contained in:
Jörg Henke
2022-04-09 14:42:58 +02:00
parent 9fe9555853
commit 4e966ed56e
9 changed files with 146 additions and 57 deletions

View File

@ -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 {