fix: Remove body_ui class because it is not needed
This commit is contained in:
parent
c0c87771b6
commit
f1d17490e0
3 changed files with 0 additions and 8 deletions
|
|
@ -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" %}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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 }}
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue