mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-20 00:23:03 +00:00
feat: migrate to protomaps and maplibre
This commit is contained in:
@@ -24,6 +24,11 @@ ion-content::part(parallax-scroll) {
|
||||
ion-content::part(parallax-parent) {
|
||||
position: relative;
|
||||
transform-style: preserve-3d;
|
||||
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
ion-content::part(parallax) {
|
||||
|
||||
@@ -1,25 +0,0 @@
|
||||
/*!
|
||||
* Copyright (C) 2023 StApps
|
||||
* This program is free software: you can redistribute it and/or modify it
|
||||
* under the terms of the GNU General Public License as published by the Free
|
||||
* Software Foundation, version 3.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful, but WITHOUT
|
||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||
* more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License along with
|
||||
* this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
@import '../util/dark';
|
||||
|
||||
@include dark-only {
|
||||
.leaflet-tile-pane {
|
||||
filter: invert(1);
|
||||
}
|
||||
}
|
||||
|
||||
.map-container.leaflet-container {
|
||||
background: var(--ion-background-color);
|
||||
}
|
||||
@@ -9,10 +9,9 @@
|
||||
|
||||
font-size: 12px;
|
||||
font-weight: bold;
|
||||
color: var(--ion-text-color);
|
||||
color: var(--ion-color-dark);
|
||||
|
||||
background: none;
|
||||
filter: drop-shadow(0 0 2px rgba(0 0 0 / 60%));
|
||||
border: none;
|
||||
|
||||
&::after {
|
||||
|
||||
@@ -16,21 +16,6 @@
|
||||
// http://ionicframework.com/docs/theming/
|
||||
@import './colors';
|
||||
@import './fonts';
|
||||
@import './common/typo';
|
||||
@import './common/helper';
|
||||
@import './common/ion-button';
|
||||
@import './common/ion-header';
|
||||
@import './common/ion-input';
|
||||
@import './common/ion-modal';
|
||||
@import './common/ion-popover';
|
||||
@import './common/ion-refresher';
|
||||
@import './common/ion-toolbar';
|
||||
@import './common/ion-menu';
|
||||
@import './common/swiper';
|
||||
@import './common/typography';
|
||||
@import './common/leaflet-tile';
|
||||
@import './common/ion-searchbar';
|
||||
@import './components/image-dark';
|
||||
|
||||
:root {
|
||||
// Fonts
|
||||
|
||||
Reference in New Issue
Block a user