T259 stylesheets divided

This commit is contained in:
2021-04-16 16:53:11 +02:00
parent 6255032cc6
commit 9695e2090b
4 changed files with 79 additions and 80 deletions

View File

@@ -13,6 +13,26 @@
background: #f0f0f0;
}
.modification-button.btn-add {
font-size: 16px;
color: #00000030;
margin: auto 0 auto 0;
}
.modification-button.btn-add:hover {
color:#58ac43;
}
.modification-button.btn-hashmap {
font-size: 16px;
color: #00000030;
margin: auto 0 auto 0;
}
.modification-button.btn-hashmap:hover {
color: #ca1111;
}
.table-default {
width: 80%;
border-collapse: collapse;