19eb34575SGreg Roach/** 29eb34575SGreg Roach * webtrees: online genealogy 39eb34575SGreg Roach * Copyright (C) 2020 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"; 179eb34575SGreg Roach@import "../../node_modules/datatables.net-bs4/css/dataTables.bootstrap4.css"; 189eb34575SGreg Roach@import "begin-ignore-rtl.css"; 199eb34575SGreg Roach@import "../../node_modules/select2/dist/css/select2.min.css"; 209eb34575SGreg Roach@import "end-ignore-rtl.css"; 219eb34575SGreg Roach@import "../../node_modules/typeahead.js-bootstrap4-css/typeaheadjs.css"; 229eb34575SGreg Roach@import "../../node_modules/leaflet/dist/leaflet.css"; 239eb34575SGreg Roach@import "../../node_modules/beautifymarker/leaflet-beautify-marker-icon.css"; 249eb34575SGreg Roach@import "../../node_modules/leaflet-control-geocoder/dist/Control.Geocoder.css"; 259eb34575SGreg Roach@import "../../node_modules/leaflet.markercluster/dist/MarkerCluster.Default.css"; 269eb34575SGreg Roach@import "../../node_modules/leaflet.markercluster/dist/MarkerCluster.css"; 27*d3018248SGreg Roach 28*d3018248SGreg Roach@import "_vendor-patches.css";