19eb34575SGreg Roach/** 29eb34575SGreg Roach * webtrees: online genealogy 3cd1ec0d0SGreg Roach * Copyright (C) 2021 webtrees development team 49eb34575SGreg Roach * This program is free software: you can redistribute it and/or modify 59eb34575SGreg Roach * it under the terms of the GNU General Public License as published by 69eb34575SGreg Roach * the Free Software Foundation, either version 3 of the License, or 79eb34575SGreg Roach * (at your option) any later version. 89eb34575SGreg Roach * This program is distributed in the hope that it will be useful, 99eb34575SGreg Roach * but WITHOUT ANY WARRANTY; without even the implied warranty of 109eb34575SGreg Roach * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 119eb34575SGreg Roach * GNU General Public License for more details. 129eb34575SGreg Roach * You should have received a copy of the GNU General Public License 139eb34575SGreg Roach * along with this program. If not, see <http://www.gnu.org/licenses/>. 149eb34575SGreg Roach */ 159eb34575SGreg Roach 169eb34575SGreg Roach@import "../../node_modules/bootstrap/dist/css/bootstrap.min.css"; 1746ee5208SJonathan Jaubart@import "../../node_modules/datatables.net-bs5/css/dataTables.bootstrap5.css"; 18*c8d78f19SGreg Roach@import "../../node_modules/tom-select/dist/css/tom-select.min.css"; 19*c8d78f19SGreg Roach@import "../../node_modules/tom-select/dist/css/tom-select.bootstrap5.min.css"; 209eb34575SGreg Roach@import "../../node_modules/typeahead.js-bootstrap4-css/typeaheadjs.css"; 219eb34575SGreg Roach@import "../../node_modules/leaflet/dist/leaflet.css"; 229eb34575SGreg Roach@import "../../node_modules/beautifymarker/leaflet-beautify-marker-icon.css"; 239eb34575SGreg Roach@import "../../node_modules/leaflet-control-geocoder/dist/Control.Geocoder.css"; 249eb34575SGreg Roach@import "../../node_modules/leaflet.markercluster/dist/MarkerCluster.Default.css"; 259eb34575SGreg Roach@import "../../node_modules/leaflet.markercluster/dist/MarkerCluster.css"; 26c9c6f2ecSGreg Roach@import "../../node_modules/leaflet.control.layers.tree/L.Control.Layers.Tree.css"; 27d3018248SGreg Roach 28d3018248SGreg Roach@import "_vendor-patches.css"; 29