fix: Remove body_ui class because it is not needed

This commit is contained in:
sthag 2025-06-23 20:11:06 +02:00
parent c0c87771b6
commit f1d17490e0
3 changed files with 0 additions and 8 deletions

View file

@ -4,7 +4,6 @@ tags:
- ui - ui
--- ---
{% set pageId = page.fileSlug %} {% set pageId = page.fileSlug %}
{% set bodyClass = "body_ui" %}
{% extends "hippie/_app.njk" %} {% extends "hippie/_app.njk" %}

View file

@ -3,8 +3,6 @@ title: Form
tags: tags:
- ui - ui
--- ---
{% set bodyClass = "body_ui" %}
{% extends "hippie/_app.njk" %} {% extends "hippie/_app.njk" %}
{% block title %}{{ title }} {% block title %}{{ title }}

View file

@ -22,11 +22,6 @@ $color_gui_back: $color_dark;
} }
} }
.body_ui {
height: 100vh;
background-color: $color_gui_back;
}
.step { .step {
@extend %full_parent; @extend %full_parent;
} }