diff options
Diffstat (limited to '')
-rw-r--r-- | assets/css/_structure.less | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/assets/css/_structure.less b/assets/css/_structure.less index c5e7760..3f7c10e 100644 --- a/assets/css/_structure.less +++ b/assets/css/_structure.less @@ -67,3 +67,15 @@ body.e404 { } } } + +body.feedback { + .feedback-thankyou { + font-size: @jumbo-font-size; + text-align: center; + padding: 30px; + + display: none; + + .well(); + } +} |