-
Notifications
You must be signed in to change notification settings - Fork 185
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clean up theme directory structure, fix login page styles
- Loading branch information
Showing
60 changed files
with
455 additions
and
550 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,6 +64,5 @@ | |
</c:if> | ||
</script> | ||
</div> | ||
<button id="scroll-top"><i class='fa fa-angle-up'></i></button> | ||
</body> | ||
</html:html> |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
- Layout improvements for the login page and error page |
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
1 change: 0 additions & 1 deletion
1
web/html/src/branding/css/body.scss → web/html/src/branding/css/base/body.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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
// NB! This must be in sync between the old and the new theme! | ||
html, | ||
body { | ||
height: 100%; | ||
|
File renamed without changes.
2 changes: 2 additions & 0 deletions
2
...ding/css/susemanager/bootstrap-fixes.scss → ...ding/css/base/bootstrap/legacy-fixes.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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
|
@@ -23,6 +23,7 @@ div.form-control, | |
&, | ||
&:focus, | ||
&:active { | ||
color: $eos-bc-gray-1000; | ||
background: #fff; | ||
} | ||
|
||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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,65 @@ | ||
@font-face { | ||
font-family: "Lato"; | ||
font-style: normal; | ||
font-weight: 300; | ||
src: local("Lato"), url("~branding/fonts/Lato/Lato-Regular.ttf") format("truetype"); | ||
} | ||
@font-face { | ||
font-family: "Lato Bold"; | ||
font-style: normal; | ||
font-weight: 300; | ||
src: local("Lato Bold"), local("LatoBold"), | ||
url("~branding/fonts/Lato/Lato-Bold.ttf") format("truetype"); | ||
} | ||
|
||
@font-face { | ||
font-family: "WorkSans"; | ||
font-style: normal; | ||
font-weight: 300; | ||
src: local("WorkSans"), url("~branding/fonts/WorkSans/static/WorkSans-Regular.ttf") format("truetype"); | ||
} | ||
@font-face { | ||
font-family: "WorkSans Bold"; | ||
font-style: normal; | ||
font-weight: 300; | ||
src: local("WorkSans Bold"), local("WorkSansBold"), | ||
url("~branding/fonts/WorkSans/static/WorkSans-Bold.ttf") format("truetype"); | ||
} | ||
|
||
@font-face { | ||
font-family: "Poppins"; | ||
font-style: normal; | ||
font-weight: 300; | ||
src: url("~branding/fonts/Poppins/poppins-v15-latin-300.eot"); /* IE9 Compat Modes */ | ||
src: local(""), url("~branding/fonts/Poppins/poppins-v15-latin-300.eot?#iefix") format("embedded-opentype"), | ||
/* IE6-IE8 */ url("~branding/fonts/Poppins/poppins-v15-latin-300.woff2") format("woff2"), | ||
/* Super Modern Browsers */ url("~branding/fonts/Poppins/poppins-v15-latin-300.woff") format("woff"), | ||
/* Modern Browsers */ url("~branding/fonts/Poppins/poppins-v15-latin-300.ttf") format("truetype"), | ||
/* Safari, Android, iOS */ url("~branding/fonts/Poppins/poppins-v15-latin-300.svg#Poppins") format("svg"); /* Legacy iOS */ | ||
} | ||
|
||
@font-face { | ||
font-family: "Poppins"; | ||
font-style: normal; | ||
font-weight: 500; | ||
src: url("~branding/fonts/Poppins/poppins-v15-latin-500.eot"); /* IE9 Compat Modes */ | ||
src: local(""), url("~branding/fonts/Poppins/poppins-v15-latin-500.eot?#iefix") format("embedded-opentype"), | ||
/* IE6-IE8 */ url("~branding/fonts/Poppins/poppins-v15-latin-500.woff2") format("woff2"), | ||
/* Super Modern Browsers */ url("~branding/fonts/Poppins/poppins-v15-latin-500.woff") format("woff"), | ||
/* Modern Browsers */ url("~branding/fonts/Poppins/poppins-v15-latin-500.ttf") format("truetype"), | ||
/* Safari, Android, iOS */ url("~branding/fonts/Poppins/poppins-v15-latin-500.svg#Poppins") format("svg"); /* Legacy iOS */ | ||
} | ||
|
||
@font-face { | ||
font-family: "Roboto Light"; | ||
font-style: normal; | ||
font-weight: 300; | ||
src: local("Roboto Light"), local("RobotoLight"), url("~branding/fonts/Roboto/Roboto-Light.ttf") format("truetype"); | ||
} | ||
|
||
@font-face { | ||
font-family: "Roboto Bold"; | ||
font-style: normal; | ||
font-weight: 300; | ||
src: local("Roboto Bold"), local("RobotoBold"), url("~branding/fonts/Roboto/Roboto-Bold.ttf") format("truetype"); | ||
} |
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
File renamed without changes.
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
2 changes: 2 additions & 0 deletions
2
...c/branding/css/susemanager/variables.scss → ...html/src/branding/css/base/variables.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 |
---|---|---|
@@ -1,3 +1,5 @@ | ||
@import "./fonts.scss"; | ||
|
||
/** | ||
* EOS Colors guideline for products https://productbrand.suse.com/colors | ||
* | ||
|
Oops, something went wrong.