aboutsummaryrefslogtreecommitdiffstats
path: root/app/assets
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/responsive/_new_request_layout.scss2
-rw-r--r--app/assets/stylesheets/responsive/_new_request_style.scss6
2 files changed, 6 insertions, 2 deletions
diff --git a/app/assets/stylesheets/responsive/_new_request_layout.scss b/app/assets/stylesheets/responsive/_new_request_layout.scss
index 84d795316..55c72b8e3 100644
--- a/app/assets/stylesheets/responsive/_new_request_layout.scss
+++ b/app/assets/stylesheets/responsive/_new_request_layout.scss
@@ -167,8 +167,8 @@ div.batch_public_body_toggle {
/* Request sent page */
.request-sent-message {
+ margin-top: 1em;
h1 {
- margin-top: 1em;
margin-bottom: 1em;
}
}
diff --git a/app/assets/stylesheets/responsive/_new_request_style.scss b/app/assets/stylesheets/responsive/_new_request_style.scss
index 72d3719e3..e07ecb55c 100644
--- a/app/assets/stylesheets/responsive/_new_request_style.scss
+++ b/app/assets/stylesheets/responsive/_new_request_style.scss
@@ -65,6 +65,9 @@
/* Request sent page */
.request-sent-message {
border-bottom: 1px solid #e9e9e9;
+ font-size: 1em;
+ h1 {
+ }
}
.request-sent-message__column-1 {
@@ -74,7 +77,8 @@
}
.what-next {
- background-color: #f4f4f4;
+ background-color: #e6e8d6;
+ background-color: rgba(255,255,255, 0.4);
padding: 0.5em 1.5em 1.5em;
margin-bottom: 1.5em;
}