github.com/freiheit-com/kuberpult@v1.24.2-0.20240328135542-315d5630abe6/services/frontend-service/src/assets/_components.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 // Import css for all components 17 @import 'src/ui/components/button/button'; 18 @import 'src/ui/components/dialog/ConfirmationDialog'; 19 @import 'src/ui/components/chip/chip'; 20 @import 'src/ui/components/textfield/textfield'; 21 @import 'src/ui/components/dropdown/dropdown'; 22 @import 'src/ui/components/dropdown/checkbox'; 23 @import 'src/ui/components/navigation/navList'; 24 @import 'src/ui/components/NavigationBar/NavigationBar'; 25 @import '../ui/components/LocksTable/LocksTable'; 26 @import '../ui/components/LockDisplay/LockDisplay'; 27 @import 'src/ui/components/ReleaseCard/ReleaseCard'; 28 @import 'src/ui/components/ReleaseCardMini/ReleaseCardMini'; 29 @import 'src/ui/components/ReleaseDialog/ReleaseDialog'; 30 @import 'src/ui/components/TopAppBar/TopAppBar'; 31 @import '../ui/components/tooltip/tooltip'; 32 @import 'src/ui/components/SideBar/SideBar'; 33 @import 'src/ui/components/snackbar/snackbar'; 34 @import 'src/ui/Pages/CommitInfo/CommitInfoPage'; 35 @import 'src/ui/components/ServiceLane/ServiceLane'; 36 @import 'src/ui/components/ServiceLane/DotsMenu'; 37 @import 'src/ui/components/ServiceLane/Warnings'; 38 @import 'src/ui/components/ServiceLane/EnvSelectionDialog'; 39 @import '/src/ui/components/ProductVersion/ProductVersion'; 40 @import 'src/ui/components/navigation/navListItem'; 41 @import '../ui/components/EnvironmentCard/EnvironmentCard'; 42 @import 'src/ui/components/Spinner/Spinner'; 43 @import 'src/ui/components/EnvironmentLockDisplay/EnvironmentLockDisplay'; 44 @import 'src/ui/components/ReleaseVersion/ReleaseVersion'; 45 @import 'src/ui/components/RolloutStatusDescription/RolloutStatusDescription'; 46 @import 'src/ui/components/EnvironmentConfigDialog/EnvironmentConfigDialog'; 47 @import 'src/ui/components/CommitInfo/CommitInfo'; 48 @import url('https://fonts.googleapis.com/icon?family=Material+Icons'); 49 @import url('https://fonts.googleapis.com/icon?family=Inter');