xref: /webtrees/resources/css/vendor.css (revision 9eb34575216dac08edd1c06767ac124d553568e2)
1*9eb34575SGreg Roach/**
2*9eb34575SGreg Roach * webtrees: online genealogy
3*9eb34575SGreg Roach * Copyright (C) 2020 webtrees development team
4*9eb34575SGreg Roach * This program is free software: you can redistribute it and/or modify
5*9eb34575SGreg Roach * it under the terms of the GNU General Public License as published by
6*9eb34575SGreg Roach * the Free Software Foundation, either version 3 of the License, or
7*9eb34575SGreg Roach * (at your option) any later version.
8*9eb34575SGreg Roach * This program is distributed in the hope that it will be useful,
9*9eb34575SGreg Roach * but WITHOUT ANY WARRANTY; without even the implied warranty of
10*9eb34575SGreg Roach * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11*9eb34575SGreg Roach * GNU General Public License for more details.
12*9eb34575SGreg Roach * You should have received a copy of the GNU General Public License
13*9eb34575SGreg Roach * along with this program. If not, see <http://www.gnu.org/licenses/>.
14*9eb34575SGreg Roach */
15*9eb34575SGreg Roach
16*9eb34575SGreg Roach@import "../../node_modules/bootstrap/dist/css/bootstrap.min.css";
17*9eb34575SGreg Roach@import "../../node_modules/datatables.net-bs4/css/dataTables.bootstrap4.css";
18*9eb34575SGreg Roach@import "begin-ignore-rtl.css";
19*9eb34575SGreg Roach@import "../../node_modules/select2/dist/css/select2.min.css";
20*9eb34575SGreg Roach@import "end-ignore-rtl.css";
21*9eb34575SGreg Roach@import "../../node_modules/typeahead.js-bootstrap4-css/typeaheadjs.css";
22*9eb34575SGreg Roach@import "../../node_modules/leaflet/dist/leaflet.css";
23*9eb34575SGreg Roach@import "../../node_modules/beautifymarker/leaflet-beautify-marker-icon.css";
24*9eb34575SGreg Roach@import "../../node_modules/leaflet-control-geocoder/dist/Control.Geocoder.css";
25*9eb34575SGreg Roach@import "../../node_modules/leaflet.markercluster/dist/MarkerCluster.Default.css";
26*9eb34575SGreg Roach@import "../../node_modules/leaflet.markercluster/dist/MarkerCluster.css";
27