From 1def9ec73af7fe04e9b975ccc551ec4635790387 Mon Sep 17 00:00:00 2001 From: Patrizio Bekerle <patrizio.bekerle@tugraz.at> Date: Thu, 10 Oct 2019 14:06:48 +0200 Subject: [PATCH] Add more styling --- packages/common/utils.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/common/utils.js b/packages/common/utils.js index c7cb66d9..07a8c47b 100644 --- a/packages/common/utils.js +++ b/packages/common/utils.js @@ -72,9 +72,11 @@ export function getGeneralCSS() { .label { margin-bottom: .5em; display: block; - font-weight: 400; + font-weight: 600; } + .hidden { display: none; } + *, ::after, ::before { box-sizing: inherit; } -- GitLab