CSRF and various enhancements

This commit is contained in:
Cadence Ember
2020-05-10 03:20:13 +12:00
parent 270a662c75
commit 47cc40bc5a
10 changed files with 95 additions and 26 deletions

View File

@@ -668,10 +668,16 @@ body
.status-notice
padding: 15px
font-size: 24px
line-height: 1
line-height: 1.36
text-align: center
background-color: map-get($theme, "background-banner-success")
color: map-get($theme, "foreground-banner")
white-space: pre-line
&.success
background-color: map-get($theme, "background-banner-success")
&.fail
background-color: map-get($theme, "background-banner-fail")
.action-container
margin-top: 20px

View File

@@ -22,6 +22,7 @@ $theme: (
"background-primary-quote": #ccc,
"background-error-page": #191919,
"background-alert": #282828,
"background-banner-fail": #5f1111,
"background-banner-success": #0b420b,
"foreground-primary": #111,
"foreground-header": #000,