POS logo coloring fix

This commit is contained in:
Dennis Reimann
2020-04-05 19:18:18 +02:00
committed by Kukks
parent dbb7ad083a
commit fbd5673cfd
2 changed files with 10 additions and 2 deletions

View File

@@ -1,3 +1,11 @@
.logo {
height: 40px;
}
.logo-brand-text {
fill: currentColor;
}
.modal-content {
border-radius: 0.5rem;
}