From 4315ae23fcff1375fd79a9c28b6f5bac23534f09 Mon Sep 17 00:00:00 2001 From: Josh Date: Thu, 1 Oct 2020 15:53:11 +0100 Subject: [PATCH] Add styling for color input, example to index.html --- index.html | 5 +++++ src/parts/_forms.css | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/index.html b/index.html index f9c241c..20f0f40 100644 --- a/index.html +++ b/index.html @@ -181,6 +181,11 @@
+ + + +
+
diff --git a/src/parts/_forms.css b/src/parts/_forms.css index b6b7686..4d3fe79 100644 --- a/src/parts/_forms.css +++ b/src/parts/_forms.css @@ -31,6 +31,11 @@ select { outline: none; } +input[type='color'] { + min-height: 2rem; + padding: 8px; +} + input, select, button,