github.com/freiheit-com/kuberpult@v1.24.2-0.20240328135542-315d5630abe6/services/frontend-service/src/ui/components/LockDisplay/LockDisplay.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 @use '@material/data-table/data-table'; 17 18 .lock-display__table { 19 width: 100%; 20 margin: $locks-list-row-spacing; 21 justify-content: center; 22 align-items: center; 23 height: $locks-list-row-height; 24 } 25 26 .lock-display-table { 27 display: flex; 28 justify-content: center; 29 align-items: center; 30 margin: $locks-list-row-margin; 31 background-color: var(--mdc-theme-surface); 32 } 33 34 .lock-display-info { 35 flex: 1; 36 text-align: center; 37 } 38 39 .lock-action { 40 height: $locks-button-delete-height; 41 } 42 43 .service-action--delete { 44 padding: 0; 45 } 46 47 .date-display--outdated { 48 color: $locks-date-outdated-color; 49 }