Skip to content
Snippets Groups Projects
Commit 36b5937b authored by cubicroot's avatar cubicroot Committed by weeman
Browse files

38c3 design Verbesserungen für Titel und Bulletin-Board

parent 9eac5bd3
Branches
Tags
No related merge requests found
{% import "plainui/components/form_elements.html.j2" as formElements %}
{% import "plainui/components/nav.html.j2" as navMacro with context %}
{% extends "plainui/base.html.j2" %}
{% block title %}
{{ conf.name }} - {{ _("Edit Board Entry") }}
{% endblock title %}
{% block content %}
{{ navMacro.top_nav(_("Edit Board Entry") ) }}
<form method="post"
class="border my-11{% if form.errors %} border-danger{% endif %}">
<h2 class="bg-secondary text-center text-dark m-0 px-3 py-1">{{ _("Edit Board Entry") }}</h2>
class="border my-11 hub-card{% if form.errors %} border-danger{% endif %}">
<div class="p-3">
{{ csrf_input }}
{{ formElements.text(form, 'title') }}
......
......@@ -38,7 +38,11 @@
}
h1 {
font-size: 2rem;
font-size: 2.3rem;
}
h2 {
font-size: 2.1rem;
}
hr {
......
......@@ -7,14 +7,14 @@ $hub-event-list-past-color: #6a5fdb;
$hub-event-list-upcoming-color: #fef2ff;
$hub-event-list-now-color: $black;
$hub-head-page-font: 400 40px "Space Grotesk";
$hub-head-page-font: 400 2.3rem "Space Grotesk";
$hub-head-page-color: $primary;
$hub-main-nav-bg: transparent;
$hub-main-nav-bg-mobile: black;
$hub-main-nav-category-font-weight: normal;
$hub-head-category-font: 400 22px "Space Grotesk";
$hub-head-category-font: 400 2.1rem "Space Grotesk";
$hub-section-title-color: $primary;
$hub-head-main-color: $primary;
$hub-list-item-bg: #29114c;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment