mirror of
https://github.com/Mueller-Patrick/Betterzon.git
synced 2025-04-18 14:59:19 +00:00
27 lines
412 B
CSS
27 lines
412 B
CSS
.inf-content{
|
|
border:1px solid #DDDDDD;
|
|
-webkit-border-radius:10px;
|
|
-moz-border-radius:10px;
|
|
border-radius:10px;
|
|
box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.3);
|
|
}
|
|
|
|
.header-in-page {
|
|
padding-top: calc(1rem + 20px);
|
|
padding-bottom: 1rem;
|
|
}
|
|
|
|
table, th, td {
|
|
border: 1px solid black;
|
|
}
|
|
|
|
.delete:hover {
|
|
cursor: pointer;
|
|
color: #0d5a4b;
|
|
}
|
|
|
|
.edit {
|
|
width: 5%;
|
|
height: 5%;
|
|
}
|