From 00a6735b02f62a1459d8bfc5c27eb2bc0d7084cd Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sun, 7 Jun 2020 04:18:49 +0200 Subject: font stylez!!! --- frontend/views/page/page.css | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) (limited to 'frontend/views/page/page.css') diff --git a/frontend/views/page/page.css b/frontend/views/page/page.css index 5c29a9a..9e84d51 100644 --- a/frontend/views/page/page.css +++ b/frontend/views/page/page.css @@ -91,4 +91,48 @@ } .box .pair label:last-child { margin-right: 0; +} + +.box .font { + justify-content: space-between; +} +.box .font input[type=number] { + width: 3rem; +} +.box .font .select { + width: 6rem; + padding: 0.25rem; + margin-right: 0; +} +.box .font label:last-child .select { + width: 3.75rem; +} +.box .font label { + flex-direction: row; + width: 6.5rem; + margin-right: 0.5rem; + min-width: auto; +} +.box .font label span { + display: none; +} +.box form .font label { +} + +.box form label.color span { + min-width: 4rem; + width: 4rem; +} +.box label.color { + display: flex; + flex-direction: row; +} +.box label.color input[type='color'] { + width: 2rem; + margin-right: 0.5rem; + padding: 0; +} +.box label.color input[type='text'] { + width: 6rem; + max-width: 6rem; } \ No newline at end of file -- cgit v1.2.3-70-g09d2