diff options
Diffstat (limited to 'frontend/views/page/page.css')
| -rw-r--r-- | frontend/views/page/page.css | 44 |
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 |
