atmo.rsvp
1@import 'tailwindcss';
2
3@plugin '@tailwindcss/forms';
4@plugin '@tailwindcss/typography';
5@source "../node_modules/@foxui";
6
7@custom-variant dark (&:is(.dark *));
8
9@import '@foxui/core/theme.css';
10
11@source "../node_modules/@foxui";
12
13.maplibregl-ctrl-bottom-left > .maplibregl-ctrl.maplibregl-ctrl-attrib {
14 font: 7px / 10px monospace;
15 border-top-right-radius: 0.5rem;
16 border: none;
17 box-shadow: none;
18 min-height: 1rem;
19 background-color: rgba(0, 0, 0, 0.45);
20}
21
22.maplibregl-ctrl-attrib-button {
23 display: none;
24}
25
26.maplibregl-ctrl.maplibregl-ctrl-attrib .maplibregl-ctrl-attrib-inner {
27 color: rgba(255, 255, 255, 0.85);
28 line-height: 1rem;
29}
30
31.maplibregl-ctrl.maplibregl-ctrl-attrib .maplibregl-ctrl-attrib-inner a {
32 color: inherit;
33}