From cc8fa83fcc17f3c9a711ef8bdfbf3518fe929b40 Mon Sep 17 00:00:00 2001 From: Nad Chishtie Date: Tue, 20 Aug 2019 12:17:00 -0700 Subject: [PATCH] Separate select & input @mixins --- synapse_topology/webui/src/scss/main.scss | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/synapse_topology/webui/src/scss/main.scss b/synapse_topology/webui/src/scss/main.scss index 56344a8f30..271b7363bc 100644 --- a/synapse_topology/webui/src/scss/main.scss +++ b/synapse_topology/webui/src/scss/main.scss @@ -72,26 +72,15 @@ h1 { margin: 1rem; } -@mixin select { - padding: 0.4rem; - font-size: 1rem; - background-color: $secondary; - border-width: 0.1rem; - border-radius: 0.5rem; - color: lighten($font, 20%); - margin-bottom: 1rem; - border-style: solid; - border-color: darken($secondary, 50%); -} - input { - @include select; + padding: 0.4rem; font-size: 0.6rem; border-style: none; background: white; border-radius: 4rem; color: $font; padding: 0.4rem 1.2rem; + margin-bottom: 1rem; } input[type=checkbox] { @@ -119,7 +108,6 @@ pre { } select { - @include select; height: 1.6rem; font-size: 0.6rem; border-style: none;