10 years later #1

Merged
sthag merged 374 commits from development into main 2026-03-07 00:18:59 +01:00
3 changed files with 0 additions and 8 deletions
Showing only changes of commit f1d17490e0 - Show all commits

View file

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

View file

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

View file

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