X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=resources%2Fscss%2Fcommon%2F_layout.scss;h=6863baf0fd75c6d8daba2bbd4bbe47983080d193;hb=a751b5f89520b1eb198a6b4f1f34aa0d59c1e6f2;hp=1c3bf663a29352265da11e5a0ad04f88b9cb8688;hpb=bca1bdc7d52b01ede5c0e85f06cd6c64e5aaab57;p=aai%2Fsparky-fe.git diff --git a/resources/scss/common/_layout.scss b/resources/scss/common/_layout.scss index 1c3bf66..6863baf 100644 --- a/resources/scss/common/_layout.scss +++ b/resources/scss/common/_layout.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,10 +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. */ - .hidden { display: none; } @@ -33,3 +30,26 @@ .view-container { } + +.hideContainer { + visibility: hidden +} + +.showContainer { +} + +.spinner-container { + overflow: hidden; + position: relative; +} + +.spinner { + position: absolute; + z-index: 999; + left: 50%; + top: 49%; +} + +.spinner-content { + opacity: 0.2; +}