search bar spacing
[aai/sparky-fe.git] / resources / scss / common / _base.scss
index ab3756d..6228706 100644 (file)
@@ -21,7 +21,6 @@
  * ECOMP is a trademark and service mark of AT&T Intellectual Property.
  */
 
-
 html {
   font-size: 100%;
   height: 100%;
@@ -31,10 +30,8 @@ body {
   /* scrollbar styling for Internet Explorer */
   scrollbar-face-color: $scroll-bar-color;
   scrollbar-track-color: $scroll-bar-color;
-  height: 100%;
-  min-width: 1280px;
-  overflow-y: auto;
-  //@extend %noselect;
+  height: 100vh;
+  min-width: $minimum-application-width;
 }
 
 /* scrollbar styling for Google Chrome | Safari | Opera */
@@ -65,8 +62,7 @@ h1, h2, h3, h4, h5, h6, ul {
 }
 
 input {
-
-  padding: 7px 10px;
+  padding: 5px 10px 0px 10px;
 }
 
 fieldset {