diff --git a/scss/modules/_buttons.scss b/scss/modules/_buttons.scss index 0dcd75d..4e5d162 100644 --- a/scss/modules/_buttons.scss +++ b/scss/modules/_buttons.scss @@ -129,19 +129,4 @@ input { background-color: $link-color; border-color: $link-color; } - &[type="email"], - &[type="number"], - &[type="search"], - &[type="text"], - &[type="tel"], - &[type="url"], - &[type="password"] { - height: 38px; - padding: 6px 10px; // The 6px vertically centers text on FF, ignored by Webkit - background-color: #fff; - border: 1px solid lighten($border-color, 8.8%); - border-radius: $global-radius; - box-shadow: none; - box-sizing: border-box; - } }