-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
project/module/module_detail_phase.html: using swiper to show phases …
…- states (upcoming/finish) added and set initially - styling (incl. mobile)
- Loading branch information
Kha
committed
Dec 15, 2022
1 parent
a2c9f40
commit a164e42
Showing
5 changed files
with
124 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
.swiper-phases { | ||
.swiper-pagination-clickable { | ||
display: flex; | ||
justify-content: center; | ||
align-items: center; | ||
|
||
.swiper-pagination-bullet { | ||
width: 12px; | ||
height: 12px; | ||
margin: 0 $spacer * 0.75 !important; | ||
} | ||
|
||
.swiper-pagination-bullet-active { | ||
background-color: $primary; | ||
width: 16px; | ||
height: 16px; | ||
margin: 0 $spacer * 0.75 !important; | ||
} | ||
} | ||
|
||
.swiper-pagination { | ||
position: relative !important; | ||
} | ||
|
||
.swiper-pagination-bullets { | ||
bottom: 0 !important; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -93,3 +93,5 @@ | |
@import "print"; | ||
@import "utility"; | ||
@import "shame"; | ||
|
||
@import "../extra_css/swiper"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters