-
Notifications
You must be signed in to change notification settings - Fork 54
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
Webpixels
committed
Mar 7, 2018
1 parent
a8acb77
commit 97b1759
Showing
134 changed files
with
11,674 additions
and
0 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,33 @@ | ||
// Theme components | ||
@import "components/_alerts.scss"; | ||
@import "components/_avatars.scss"; | ||
@import "components/_badge.scss"; | ||
@import "components/_buttons.scss"; | ||
@import "components/_card.scss"; | ||
@import "components/_close.scss"; | ||
@import "components/_custom-forms.scss"; | ||
@import "components/_delimiters.scss"; | ||
@import "components/_dropdown.scss"; | ||
@import "components/_footer.scss"; | ||
@import "components/_forms.scss"; | ||
@import "components/_icons.scss"; | ||
@import "components/_input-group.scss"; | ||
@import "components/_list-group.scss"; | ||
@import "components/_masks.scss"; | ||
@import "components/_modal.scss"; | ||
@import "components/_nav.scss"; | ||
@import "components/_navbar.scss"; | ||
@import "components/_pagination.scss"; | ||
@import "components/_popover.scss"; | ||
@import "components/_progress.scss"; | ||
@import "components/_section.scss"; | ||
@import "components/_sidebar.scss"; | ||
@import "components/_spotlight.scss"; | ||
@import "components/_tables.scss"; | ||
@import "components/_tooltip.scss"; | ||
@import "components/_type.scss"; | ||
|
||
// Vendor | ||
@import "components/vendor/_bootstrap-select.scss"; | ||
@import "components/vendor/_bootstrap-tagsinput.scss"; | ||
@import "components/vendor/_nouislider.scss"; |
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,8 @@ | ||
/* | ||
Copy and paste the variables that you want to modify from _variables.scss. The default ones will be overridden. | ||
*/ | ||
|
||
|
||
//$body-bg: #fff; |
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,5 @@ | ||
/* | ||
Add your custom styles below | ||
*/ |
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,10 @@ | ||
// Backdrop | ||
.body-backdrop { | ||
position: fixed; | ||
top: 0; | ||
left: 0; | ||
width: 100%; | ||
height: 100%; | ||
cursor: pointer; | ||
z-index: 1040; // navbar fixed has a z-index of 1030 | ||
} |
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,22 @@ | ||
@at-root { | ||
@-ms-viewport{ | ||
width: device-width; | ||
} | ||
} | ||
html { | ||
box-sizing: border-box; | ||
-ms-overflow-style: scrollbar; | ||
} | ||
body { | ||
color: $body-color; | ||
background-color: $body-bg; | ||
} | ||
|
||
iframe { | ||
border: 0; | ||
} | ||
figcaption, | ||
figure, | ||
main { | ||
display: block; | ||
} |
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,5 @@ | ||
@import "utilities/_backgrounds.scss"; | ||
@import "utilities/_helper.scss"; | ||
@import "utilities/_position.scss"; | ||
@import "utilities/_spacing.scss"; | ||
@import "utilities/_text.scss"; |
Oops, something went wrong.