mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-26 09:04:28 +00:00
update(Sprachen.js): updates the usage of the classes fhc-entry in the Sprachen.js component
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user