Änderungen von adresses_index

This commit is contained in:
2023-04-20 15:27:45 +02:00
parent cd8918f21b
commit 4edf59fd4c
2 changed files with 37 additions and 34 deletions

View File

@ -113,28 +113,45 @@ input {
rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
/* items */
.item {
width: 350px;
margin: 0 auto 10px auto;
padding: 10px 20px;
color: white;
border-radius: 5px;
box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
/* */
.adresses {
background-color: #a5aeb5;
cursor: pointer;
}
/* error message */
.error {
background-color: tomato;
}
/* Adress Table */
.adress-content {
display: block;
width: 100%;
margin: 20px auto;
padding: 10px 45px;
background: white no-repeat 15px center;
background-size: 15px 15px;
font-size: 16px;
border: none;
border-radius: 5px;
box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.adresses {
border: none;
border-radius: 5px;
box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.adress-th {
border-radius: 1px;
border-style: groove;
}
.adress-td {
border-radius: 1px;
border-style: groove;
}