- Static HTML hotel website with Bootstrap 5 - i18next-based client-side internationalization - Language switcher (DE/EN) in navbar - German and English translation JSON files - Translated: navigation, content, forms, FAQ, legal pages (AGB) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
11 lines
219 B
SCSS
11 lines
219 B
SCSS
//
|
|
// Form text
|
|
//
|
|
|
|
.form-text {
|
|
margin-top: $form-text-margin-top;
|
|
@include font-size($form-text-font-size);
|
|
font-style: $form-text-font-style;
|
|
font-weight: $form-text-font-weight;
|
|
color: $form-text-color;
|
|
}
|