Zwischenspeicher
This commit is contained in:
@ -16,6 +16,10 @@
|
||||
.sidenav a {font-size: 18px;}
|
||||
}
|
||||
|
||||
#title {
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
/* Header */
|
||||
.header {
|
||||
background-color: #a5aeb5;
|
||||
@ -94,19 +98,22 @@
|
||||
color: #f1f1f1;
|
||||
}
|
||||
|
||||
/* Adress Content */
|
||||
.adress-content {
|
||||
display: block;
|
||||
/* Address Table */
|
||||
.address-table {
|
||||
border-collapse: collapse;
|
||||
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;
|
||||
}
|
||||
|
||||
.address-table th,
|
||||
.address-table td {
|
||||
border: 1px solid #ddd;
|
||||
padding: 8px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.address-table th {
|
||||
background-color: #f2f2f2;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
|
||||
@ -115,4 +122,3 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user