feat: upgrade to Angular 16.1

This commit is contained in:
Thea Schöbl
2023-07-24 11:38:58 +00:00
committed by Rainer Killinger
parent df37c6c185
commit 23481d0d73
109 changed files with 2681 additions and 3931 deletions

View File

@@ -12,7 +12,7 @@
* 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/color-system';
@import './util/color-system';
@include ion-color(primary, #3880ff);
@include ion-color(secondary, #32db64);

View File

@@ -1,4 +1,6 @@
app-root ion-header[class*='header-'] {
box-shadow: unset;
&::after {
background-image: unset;
}

View File

@@ -16,8 +16,6 @@
// http://ionicframework.com/docs/theming/
@import './colors';
@import '~swiper/css/navigation';
// Import all other styles
@import './fonts';
@import './common/typo';