CSRF and various enhancements
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user