From dc618a8dbc778c273015540e438cf81e1933175f Mon Sep 17 00:00:00 2001 From: SurenNeware Date: Mon, 17 Aug 2020 18:42:20 +0530 Subject: Add new style guide to global button style - Updated new style guide for Primary, Secondary and Link button variants - Changed box-shadow style from outer to inside on focus and active state - Updated font weight from bold to regular for normal buttons and font weight bold for link button. Signed-off-by: Suren Neware Change-Id: I38ca94baa9daec3fd03b830fc7b6d676fcce15b0 --- src/components/Global/InputPasswordToggle.vue | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'src/components/Global/InputPasswordToggle.vue') diff --git a/src/components/Global/InputPasswordToggle.vue b/src/components/Global/InputPasswordToggle.vue index 6ac98639..228746cf 100644 --- a/src/components/Global/InputPasswordToggle.vue +++ b/src/components/Global/InputPasswordToggle.vue @@ -4,6 +4,7 @@ @@ -52,15 +53,4 @@ export default { .input-password-toggle-container { position: relative; } - -.btn { - position: absolute; - right: 0; - top: 0; - padding: 0.4rem 1rem; - svg { - margin-left: 0; - vertical-align: sub; - } -} -- cgit v1.2.3