From c95ced58bab3bbf84e2be372b8c138051d983da9 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Mon, 22 Mar 2021 16:32:25 +0200 Subject: Major redesign of technology and language selection design in profile settings (with this, profile settings is fully redesigned) --- src/styles.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/styles.css') diff --git a/src/styles.css b/src/styles.css index a20cef2..6c43f1f 100644 --- a/src/styles.css +++ b/src/styles.css @@ -329,6 +329,16 @@ input[type=file]::file-selector-button { margin-bottom: 0.5em; } +.margin-top-bot-very-big { + margin-top: 0.7em; + margin-bottom: 0.7em; +} + +.margin-top-bot-smaller { + margin-top: 0.3em; + margin-bottom: 0.3em; +} + .margin-top-bot-small { margin-top: 0.2em; margin-bottom: 0.2em; -- cgit v1.2.3