refactor: remove duplicated CSS

This commit is contained in:
Ondřej Synáček 2020-12-15 23:15:42 +01:00
parent 0f21613e39
commit 4fad8e442d
1 changed files with 0 additions and 36 deletions

View File

@ -81,15 +81,6 @@ input {
display: none;
}
.list-wrapper {
max-height: 50vh;
overflow: auto;
}
#list {
width: 100%;
}
.row {
display: flex;
align-items: center;
@ -132,33 +123,6 @@ input#url {
display: none;
}
thead {
font-weight: 800;
}
tbody tr:nth-child(odd) {
background-color: whitesmoke;
}
tbody tr:nth-child(even) {
background-color: #e8e8e8;
}
td.actions {
display: flex;
justify-content: space-between;
align-items: center;
}
td.actions a {
margin: 2px;
text-decoration: none;
}
a.delete-record {
font-size: 1.2rem;
}
.notice {
font-size: 0.9rem;
}