-
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
1 parent
bdf2137
commit 2551e44
Showing
204 changed files
with
38,270 additions
and
20 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,3 +1,3 @@ | ||
{ | ||
"version" : "0.8.4" | ||
"version" : "0.8.6" | ||
} |
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,95 @@ | ||
html, body { | ||
max-width: 100%; | ||
height:100%; | ||
overflow-x: hidden; | ||
} | ||
|
||
#app{ | ||
height:100% | ||
} | ||
|
||
a { | ||
color: inherit; | ||
} | ||
|
||
a:hover { | ||
color: inherit; | ||
text-decoration: none; | ||
} | ||
|
||
.ctas-button:hover{ | ||
color:black; | ||
text-decoration: none; | ||
} | ||
|
||
/* label focus color */ | ||
.input-field input[type=text]:focus + label { | ||
color: #000; | ||
} | ||
|
||
.input-field input[type=email]:focus + label { | ||
color: #000; | ||
} | ||
|
||
.input-field input[type=password]:focus + label { | ||
color: #000; | ||
} | ||
|
||
textarea.materialize-textarea:focus:not([readonly]) + label { | ||
color: #000; | ||
} | ||
|
||
/* label underline focus color */ | ||
.input-field input[type=text]:focus { | ||
border-bottom: 1px solid #ABA0CB; | ||
box-shadow: 0 1px 0 0 #ABA0CB; | ||
} | ||
|
||
.input-field input[type=email]:focus { | ||
border-bottom: 1px solid #ABA0CB; | ||
box-shadow: 0 1px 0 0 #ABA0CB; | ||
} | ||
|
||
.input-field input[type=password]:focus { | ||
border-bottom: 1px solid #ABA0CB; | ||
box-shadow: 0 1px 0 0 #ABA0CB; | ||
} | ||
|
||
textarea.materialize-textarea:focus:not([readonly]) { | ||
border-bottom: 1px solid #ABA0CB; | ||
box-shadow: 0 1px 0 0 #ABA0CB; | ||
} | ||
|
||
header, main, footer { | ||
padding-left: 240px; | ||
} | ||
|
||
@media only screen and (max-width : 992px) { | ||
header, main, footer { | ||
padding-left: 0; | ||
} | ||
} | ||
|
||
.side-nav a:hover{ | ||
color:#ABA0CB | ||
} | ||
|
||
.side-nav .collapsible-body>ul:not(.collapsible)>li.active, .side-nav.fixed .collapsible-body>ul:not(.collapsible)>li.active { | ||
background-color: #ABA0CB; | ||
} | ||
|
||
.dropdown-content li > a, .dropdown-content li > span { | ||
color: #ABA0CB; | ||
} | ||
|
||
main{ | ||
height: 100% | ||
} | ||
|
||
.full{ | ||
height: 100% | ||
} | ||
|
||
.ozz_color{ | ||
background: #ABA0CB; | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.