From 2653f6a943a6ed74e2b72246ba8211c5fb699a7f Mon Sep 17 00:00:00 2001 From: erdgeist Date: Sun, 7 Aug 2016 02:17:47 +0200 Subject: restructured ;) --- css/components/form-password.css | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100755 css/components/form-password.css (limited to 'css/components/form-password.css') diff --git a/css/components/form-password.css b/css/components/form-password.css deleted file mode 100755 index bd0b9c5..0000000 --- a/css/components/form-password.css +++ /dev/null @@ -1,34 +0,0 @@ -/*! UIkit 2.26.4 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */ -/* ======================================================================== - Component: Form password - ========================================================================== */ -/* - * 1. Container width fits its content - * 2. Create position context - * 3. Prevent `inline-block` consequences - */ -.uk-form-password { - /* 1 */ - display: inline-block; - /* 2 */ - position: relative; - /* 3 */ - max-width: 100%; -} -.uk-form-password-toggle { - display: block; - position: absolute; - top: 50%; - right: 10px; - margin-top: -6px; - font-size: 13px; - line-height: 13px; - color: #999; -} -.uk-form-password-toggle:hover { - color: #999; - text-decoration: none; -} -.uk-form-password > input { - padding-right: 50px !important; -} -- cgit v1.2.3