github.com/freiheit-com/kuberpult@v1.24.2-0.20240328135542-315d5630abe6/services/frontend-service/src/ui/components/Spinner/Spinner.scss (about) 1 /*This file is part of kuberpult. 2 3 Kuberpult is free software: you can redistribute it and/or modify 4 it under the terms of the Expat(MIT) License as published by 5 the Free Software Foundation. 6 7 Kuberpult is distributed in the hope that it will be useful, 8 but WITHOUT ANY WARRANTY; without even the implied warranty of 9 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 10 MIT License for more details. 11 12 You should have received a copy of the MIT License 13 along with kuberpult. If not, see <https://directory.fsf.org/wiki/License:Expat>. 14 15 Copyright 2023 freiheit.com*/ 16 17 .spinner { 18 z-index: 10000; 19 position: fixed; 20 top: 50%; 21 left: 50%; 22 /* bring your own prefixes */ 23 transform: translate(-50%, -50%); 24 .spinner-animation { 25 } 26 .spinner-message { 27 @extend .sub-headline1; 28 29 margin-top: 20px; 30 background-color: white; 31 box-shadow: 0 0 0 99999px rgba(0, 0, 0, 0.5); 32 border-radius: 5px; 33 text-align: center; 34 } 35 border-radius: 10px; 36 background-color: transparent; 37 color: black; 38 }