From 2dd3d306b4287b2393aee0b0cafa5a0560e79702 Mon Sep 17 00:00:00 2001 From: FreneticScribbler Date: Mon, 14 Feb 2022 15:45:11 +0000 Subject: [PATCH] Remove a bunch of rounded corners Closer to the Forum UI, and also just generally less 2015 --- RIGS/templates/event_form.html | 4 ++-- pipeline/source_assets/scss/screen.scss | 12 +++++++++++- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/RIGS/templates/event_form.html b/RIGS/templates/event_form.html index 4ea9eaa0..9f18f26b 100644 --- a/RIGS/templates/event_form.html +++ b/RIGS/templates/event_form.html @@ -149,7 +149,7 @@
- {% if organisation %} {% endif %} @@ -207,7 +207,7 @@
- {% if venue %} {% endif %} diff --git a/pipeline/source_assets/scss/screen.scss b/pipeline/source_assets/scss/screen.scss index 80466183..68cd359e 100644 --- a/pipeline/source_assets/scss/screen.scss +++ b/pipeline/source_assets/scss/screen.scss @@ -175,7 +175,7 @@ svg { span.fas { padding-left: 0.1em !important; - padding-right: 0.1em !important; + padding-right: 0.3em !important; } html.embedded { @@ -252,3 +252,13 @@ html.embedded { } } } + +.card, .card-header, .btn, input, select, .CodeMirror, .editor-toolbar, .card-img-top { + border-radius: 0 !important; + border-top-left-radius: 0 !important; + border-top-right-radius: 0 !important; +} + +.bootstrap-select, button.btn.dropdown-toggle.bs-placeholder.btn-light { + padding-right: 1rem !important; +}