-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add macro for svg font and update the header component macros with svg font option * Remove material icon from baseframe * Add font awesome styles * Fix profile url in navbar
- Loading branch information
Showing
10 changed files
with
135 additions
and
53 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
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,31 +1,31 @@ | ||
.modal { | ||
display: none; | ||
padding: $reflex-cell-spacing; | ||
@extend .mui--z1; | ||
display: none; | ||
padding: $reflex-cell-spacing; | ||
@extend .mui--z1; | ||
|
||
//Use material design icon for close | ||
a.close-modal { | ||
display: none; | ||
} | ||
//Use fa5 icon for close | ||
a.close-modal { | ||
display: none; | ||
} | ||
|
||
.modal__close { | ||
position: absolute; | ||
top: $reflex-cell-spacing/2; | ||
right: $reflex-cell-spacing/2; | ||
display: block; | ||
} | ||
.modal__header { | ||
@extend .mui--text-title; | ||
} | ||
.modal__body { | ||
@extend .mui--text-body2; | ||
} | ||
.modal__close { | ||
position: absolute; | ||
top: $reflex-cell-spacing/2; | ||
right: $reflex-cell-spacing/2; | ||
display: block; | ||
} | ||
.modal__header { | ||
@extend .mui--text-title; | ||
} | ||
.modal__body { | ||
@extend .mui--text-body2; | ||
} | ||
} | ||
|
||
.jquery-modal.blocker.current { | ||
z-index: 1001; | ||
> .modal { | ||
display: inline-block; | ||
overflow: hidden; | ||
} | ||
z-index: 1001; | ||
> .modal { | ||
display: inline-block; | ||
overflow: hidden; | ||
} | ||
} |
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 |
---|---|---|
|
@@ -36,7 +36,3 @@ | |
outline: none; | ||
text-decoration: none; | ||
} | ||
|
||
.control-icon .material-icons { | ||
font-size: 34px; | ||
} |
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
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