Small style refinements

This commit is contained in:
Bernd Bestel
2019-09-21 08:38:28 +02:00
parent d2a841143e
commit ab44566890
3 changed files with 9 additions and 5 deletions

View File

@@ -214,6 +214,10 @@ input::-webkit-inner-spin-button {
border-radius: 0.2rem;
}
.text-larger {
font-size: 125%;
}
/* Third party component customizations - DataTables */
.dataTable td {
vertical-align: middle !important;