From 7d78bf4d2111af87636069ee2d35d6323ffc96be Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Sat, 5 Feb 2022 15:18:48 +0200 Subject: Get stuff running --- src/App.module.css | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 src/App.module.css (limited to 'src/App.module.css') diff --git a/src/App.module.css b/src/App.module.css new file mode 100644 index 0000000..0bf5f42 --- /dev/null +++ b/src/App.module.css @@ -0,0 +1,35 @@ +.app { +} + +.header { + display: flex; + flex-direction: column; + align-items: flex-start; + justify-content: center; + font-size: var(--font-xxl); + width: auto; + margin: auto; +} + +.iconRow { + display: flex; + flex-flow: row nowrap; + align-items: center; + margin-bottom: -10px; +} + +.iconRow img { + width: auto; + height: 40px; + margin-right: 10px; +} + +.header small { + font-style: italic; + font-size: var(--font-s); + font-weight: 400; +} + +.error { + color: var(--red) +} \ No newline at end of file -- cgit v1.3