forked from ntut-ben/ezfit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
581 additions
and
570 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
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 |
---|---|---|
@@ -1,99 +1,5 @@ | ||
.scrollbar-deep-purple::-webkit-scrollbar-track { | ||
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); | ||
background-color: #F5F5F5; | ||
border-radius: 10px; | ||
.toast { | ||
position: fixed; | ||
top: 20vh; | ||
right: 0; | ||
} | ||
|
||
.scrollbar-deep-purple::-webkit-scrollbar { | ||
width: 12px; | ||
background-color: #F5F5F5; | ||
} | ||
|
||
.scrollbar-deep-purple::-webkit-scrollbar-thumb { | ||
border-radius: 10px; | ||
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); | ||
background-color: #512da8; | ||
} | ||
|
||
.scrollbar-cyan::-webkit-scrollbar-track { | ||
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); | ||
background-color: #F5F5F5; | ||
border-radius: 10px; | ||
} | ||
|
||
.scrollbar-cyan::-webkit-scrollbar { | ||
width: 12px; | ||
background-color: #F5F5F5; | ||
} | ||
|
||
.scrollbar-cyan::-webkit-scrollbar-thumb { | ||
border-radius: 10px; | ||
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); | ||
background-color: #00bcd4; | ||
} | ||
|
||
.scrollbar-dusty-grass::-webkit-scrollbar-track { | ||
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); | ||
background-color: #F5F5F5; | ||
border-radius: 10px; | ||
} | ||
|
||
.scrollbar-dusty-grass::-webkit-scrollbar { | ||
width: 12px; | ||
background-color: #F5F5F5; | ||
} | ||
|
||
.scrollbar-dusty-grass::-webkit-scrollbar-thumb { | ||
border-radius: 10px; | ||
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); | ||
background-image: -webkit-linear-gradient(330deg, #d4fc79 0%, #96e6a1 100%); | ||
background-image: linear-gradient(120deg, #d4fc79 0%, #96e6a1 100%); | ||
} | ||
|
||
.scrollbar-ripe-malinka::-webkit-scrollbar-track { | ||
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); | ||
background-color: #F5F5F5; | ||
border-radius: 10px; | ||
} | ||
|
||
.scrollbar-ripe-malinka::-webkit-scrollbar { | ||
width: 12px; | ||
background-color: #F5F5F5; | ||
} | ||
|
||
.scrollbar-ripe-malinka::-webkit-scrollbar-thumb { | ||
border-radius: 10px; | ||
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); | ||
background-image: -webkit-linear-gradient(330deg, #f093fb 0%, #f5576c 100%); | ||
background-image: linear-gradient(120deg, #f093fb 0%, #f5576c 100%); | ||
} | ||
|
||
.bordered-deep-purple::-webkit-scrollbar-track { | ||
-webkit-box-shadow: none; | ||
border: 1px solid #512da8; | ||
} | ||
|
||
.bordered-deep-purple::-webkit-scrollbar-thumb { | ||
-webkit-box-shadow: none; | ||
} | ||
|
||
.bordered-cyan::-webkit-scrollbar-track { | ||
-webkit-box-shadow: none; | ||
border: 1px solid #00bcd4; | ||
} | ||
|
||
.bordered-cyan::-webkit-scrollbar-thumb { | ||
-webkit-box-shadow: none; | ||
} | ||
|
||
.square::-webkit-scrollbar-track { | ||
border-radius: 0 !important; | ||
} | ||
|
||
.square::-webkit-scrollbar-thumb { | ||
border-radius: 0 !important; | ||
} | ||
|
||
.thin::-webkit-scrollbar { | ||
width: 6px; | ||
} |
Oops, something went wrong.