update(Sprachen.js): updates the usage of the classes fhc-entry in the Sprachen.js component

This commit is contained in:
SimonGschnell
2025-01-29 14:04:36 +01:00
parent 10c718b78c
commit 062e6e5f90
6 changed files with 22 additions and 5 deletions
+11
View File
@@ -0,0 +1,11 @@
.sprachen-entry{
background-color: var(--fhc-cis-primary);
}
[selected="true"].sprachen-entry {
background-color: var(--fhc-cis-primary-hover);
}
.sprachen-entry.btn {
border-radius: 0 !important;
}