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
+5
View File
@@ -1,5 +1,7 @@
/* basic */
@import '../components/searchbar/searchbar.css';
@import '../components/Sprachen.css';
html {
font-size: 0.875em;
}
@@ -7,6 +9,7 @@ html {
/* variables */
:root {
--fhc-cis-primary: #00649c;
--fhc-cis-primary-hover: #005585;
--fhc-cis-header-px: 1rem;
--fhc-cis-header-py: .5rem;
--fhc-cis-main-px: 1.5rem;
@@ -50,6 +53,8 @@ html {
}
}
/* buttons */
#cis-header .btn-level-1,
#cis-header .btn-level-1 + .btn,
+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;
}