forked from apereo/cas
-
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.
Feature/material redesign (apereo#4730)
* Updated markup for material design * Updated markup for standard login flow * Fixed pathing using webjars * Updated password reset to use material design * Updated error pages with material design * Applied recent CAS changes to material theme * Updated fragments on login page * Updated error screens * Added label to button * Removed close buttons from alerts * Updated consent view with material * Updated passwordless screens with material * Fixed th:text for button labels * Updated GUA views with material design * Updated MFA screens with material design * Updated skin * Added additional MFA page * Updated misc pages with material * Updated protocol screens with material design * Updated buttons Co-authored-by: apereocas-bot <[email protected]> Co-authored-by: Misagh Moayyed <[email protected]>
- Loading branch information
1 parent
66c53c5
commit fe612d3
Showing
82 changed files
with
2,623 additions
and
13,585 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
11 changes: 10 additions & 1 deletion
11
webapp/cas-server-webapp-resources/src/main/resources/cas-theme-default.properties
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,2 +1,11 @@ | ||
cas.standard.css.file=/css/cas.css | ||
cas.javascript.file=/js/cas.js | ||
cas.standard.js.file=/js/cas.js | ||
|
||
webjars.normalize.css=/webjars/normalize.css/8.0.1/normalize.css | ||
webjars.zxcvbn.js=/webjars/zxcvbn/dist/zxcvbn.js | ||
webjars.headmin.js=/webjars/headjs/1.0.3/head.min.js | ||
webjars.jquery.js=/webjars/jquery/3.4.1/jquery.min.js | ||
webjars.bootstrap-grid.css=/webjars/bootstrap/4.4.1/css/bootstrap-grid.min.css | ||
webjars.material-components.js=/webjars/material-components-web/4.0.0/dist/material-components-web.js | ||
webjars.material-components.css=/webjars/material-components-web/4.0.0/dist/material-components-web.css | ||
webjars.mdi-font.css=/webjars/mdi__font/4.8.95/css/materialdesignicons.css |
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
Oops, something went wrong.