summaryrefslogtreecommitdiff
path: root/frontend/views/page/page.css
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-06-07 04:18:49 +0200
committerJules Laplace <julescarbon@gmail.com>2020-06-07 04:18:49 +0200
commit00a6735b02f62a1459d8bfc5c27eb2bc0d7084cd (patch)
tree9906dae75f1f1c6a3771f2e6d7b9e36f22cba43a /frontend/views/page/page.css
parentf5f22f7d77506ffe9c3723f4c958c1feabca6074 (diff)
font stylez!!!
Diffstat (limited to 'frontend/views/page/page.css')
-rw-r--r--frontend/views/page/page.css44
1 files changed, 44 insertions, 0 deletions
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