Themes
TIP
Pharma4u uses different Primary Colors for the labor software LabXpert than for the rest of the page. (Primary Colors in LabXpert are the same everywhere).
The surrounding class defines which color theme is being applied: .theme-plausi vs. .theme-primary.
Select a theme from the dropdown in the header to apply a theme on this Primary Button:
WARNING
Currently not implemented!
html
<button class="c-btn -primary">c-btn -primary</button>This is the button with the surrounding parent class .theme-plausi:
html
<div class="theme-plausi">
<button class="c-btn -primary">c-btn -primary</button>
</div>