From f71d8e73b726c022c9dc0008a13d0a6e2adacffa Mon Sep 17 00:00:00 2001 From: Krafpy Date: Sun, 19 Dec 2021 17:47:54 +0100 Subject: [PATCH] Added custom sequence separator --- index.html | 6 +++++- style.css | 9 +++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 814caa4..821ce8a 100644 --- a/index.html +++ b/index.html @@ -104,7 +104,11 @@ - + +
+ - OR - +
+
diff --git a/style.css b/style.css index 59d109b..b54a9a4 100644 --- a/style.css +++ b/style.css @@ -241,6 +241,15 @@ input[type="text"]::placeholder margin-top: 15px; } +#sequence-or +{ + text-align: center; + vertical-align: middle; + margin-top: 15px; + margin-bottom: 15px; + color: #b3afaa; +} + /* Editor forms' action buttons */ .form-actions