From 83d1d409b6d0dcc826cd7009f92b0a40829334bb Mon Sep 17 00:00:00 2001 From: FrostyBiscuit Date: Thu, 20 Feb 2025 11:29:30 +0100 Subject: Fixed labels for kryptex inputs --- styles/websites/kryptex.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'styles/websites') diff --git a/styles/websites/kryptex.css b/styles/websites/kryptex.css index 0cac675..295a17b 100644 --- a/styles/websites/kryptex.css +++ b/styles/websites/kryptex.css @@ -155,6 +155,12 @@ input { } } +.input-text { + label::after { + content: none !important; + } +} + .btn { &.btn-circle-icon { border-image: none !important; -- cgit v1.2.3