X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=resources%2Fscss%2Fcommon%2F_base.scss;h=f49d933c07dfe88a38e223be5320a8150e646097;hb=a751b5f89520b1eb198a6b4f1f34aa0d59c1e6f2;hp=ab3756d958dc535e84891ae107a9713247434a62;hpb=c1917730a648ddbb6cd51307cea9464a697700d8;p=aai%2Fsparky-fe.git diff --git a/resources/scss/common/_base.scss b/resources/scss/common/_base.scss index ab3756d..f49d933 100644 --- a/resources/scss/common/_base.scss +++ b/resources/scss/common/_base.scss @@ -2,8 +2,8 @@ * ============LICENSE_START======================================================= * org.onap.aai * ================================================================================ - * Copyright © 2017 AT&T Intellectual Property. All rights reserved. - * Copyright © 2017 Amdocs + * Copyright © 2017-2018 AT&T Intellectual Property. All rights reserved. + * Copyright © 2017-2018 Amdocs * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -17,11 +17,7 @@ * See the License for the specific language governing permissions and * limitations under the License. * ============LICENSE_END========================================================= - * - * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - - html { font-size: 100%; height: 100%; @@ -31,10 +27,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 +59,7 @@ h1, h2, h3, h4, h5, h6, ul { } input { - - padding: 7px 10px; + padding: 5px 10px 0px 10px; } fieldset {