Skip to content

Commit

Permalink
Remove/rename css files
Browse files Browse the repository at this point in the history
  • Loading branch information
krasch committed Jan 29, 2025
1 parent f4a3176 commit bf27b5c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 18 deletions.
11 changes: 1 addition & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,9 @@
<!-- styles -->
<link rel="stylesheet" href="style/layout.css">
<link rel="stylesheet" href="style/style.css">
<link rel="stylesheet" href="style/components/summary.css">
<link rel="stylesheet" href="style/components/perlschnur.css">
<link rel="stylesheet" href="style/components/config.css">
<!--link rel="stylesheet" href="style/common.css">
<link rel="stylesheet" href="style/layout.css">
<link rel="stylesheet" href="style/style.css">
<link rel="stylesheet" href="style/mobile.css">
<link rel="stylesheet" href="style/components/map/map.css">
<link rel="stylesheet" href="style/components/modal.css">
<link rel="stylesheet" href="style/components/summary.css">
<link rel="stylesheet" href="style/components/calendar.css">
<link rel="stylesheet" href="style/components/config.css">
<link rel="stylesheet" href="style/components/footer.css"-->

<!-- style scripts -->
<script src="style/components/map/layers.js"></script> <!-- only contains css styles for map in js -->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/***********************************************
Layout for journey overview with Perlschnur
Layout
************************************************/

#perlschnur {
Expand Down Expand Up @@ -74,10 +74,6 @@
Style
************************************************/

#summary {
color: var(--color-dark);
}

#perlschnur {
border: 1px solid lightgrey;
border-radius: 5px;
Expand Down
3 changes: 0 additions & 3 deletions style/mobile.css

This file was deleted.

8 changes: 8 additions & 0 deletions style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,14 @@ travel-calendar {
}


/***********************************************
Summary
************************************************/

#summary {
color: var(--color-dark);
}

/***********************************************
Style warning and booking buttons
************************************************/
Expand Down

0 comments on commit bf27b5c

Please sign in to comment.