stable

Clone or download

Read-only

Glossify error states

part of story #12160: have a clean way to suspend a project Go to: - a suspended project - a private project you are not member of - a public project you are not member of, and you are restricted user Margins should be the same. Buttons should be large. The page displays the latest versions of illustration. The footer should not be glued to the buttons in IE11. The fact that the footer is not at the bottom on IE11 is another issue, see request #12493. Go to tlp documentation ยป visual assets ยป colors. You should have explanations about illustration colors usage. If you switch the theme color with the tlp selector at the top left, then the colors of the svg example, and the hexa code of associated colors are changed accordingly. Change-Id: I6e3a6d9f0c46af3e35943b7de61a3fb747be849d

Modified Files

Name
M src/templates/common/permission-denied-private-project.mustache +4 โˆ’4 Go to diff View file
M src/templates/common/permission-denied-restricted-account.mustache +6 โˆ’5 Go to diff View file
M src/templates/common/permission-denied-suspended-project.mustache +4 โˆ’6 Go to diff View file
A src/templates/common/svg-locked-project.mustache +19 โˆ’0 Go to diff View file
D src/templates/common/svg-private-project.mustache +0 โˆ’58 Go to diff View file
D src/templates/common/svg-restricted-account.mustache +0 โˆ’52 Go to diff View file
M src/templates/common/svg-suspended-project.mustache +14 โˆ’62 Go to diff View file
M src/www/themes/BurningParrot/css/includes/_error.scss +1 โˆ’1 Go to diff View file
M src/www/themes/BurningParrot/css/includes/_structure.scss +12 โˆ’2 Go to diff View file
M src/www/themes/common/tlp/doc/css/_demos.scss +8 โˆ’0 Go to diff View file
M src/www/themes/common/tlp/doc/css/main.scss +107 โˆ’7 Go to diff View file
M src/www/themes/common/tlp/doc/js/main.js +4 โˆ’0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/visual-assets/colors/illustrations/demo.html +42 โˆ’0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/visual-assets/colors/illustrations/doc.html +13 โˆ’0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/visual-assets/colors/illustrations/example.html +20 โˆ’0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/visual-assets/colors/illustrations/manifest.json +4 โˆ’0 Go to diff View file
M src/www/themes/common/tlp/doc/resources/visual-assets/colors/manifest.json +3 โˆ’2 Go to diff View file
M src/www/themes/common/tlp/src/scss/_components.scss +1 โˆ’0 Go to diff View file
M src/www/themes/common/tlp/src/scss/components/_buttons.scss +4 โˆ’0 Go to diff View file
A src/www/themes/common/tlp/src/scss/components/_illustration.scss +31 โˆ’0 Go to diff View file
M src/www/themes/common/tlp/src/scss/variables/colors/_blue-colors.scss +5 โˆ’0 Go to diff View file
M src/www/themes/common/tlp/src/scss/variables/colors/_green-colors.scss +5 โˆ’0 Go to diff View file
M src/www/themes/common/tlp/src/scss/variables/colors/_grey-colors.scss +5 โˆ’0 Go to diff View file
M src/www/themes/common/tlp/src/scss/variables/colors/_orange-colors.scss +5 โˆ’0 Go to diff View file
M src/www/themes/common/tlp/src/scss/variables/colors/_purple-colors.scss +5 โˆ’0 Go to diff View file
M src/www/themes/common/tlp/src/scss/variables/colors/_red-colors.scss +5 โˆ’0 Go to diff View file