Skip to content
This repository was archived by the owner on Oct 29, 2020. It is now read-only.

Commit 6815ae6

Browse files
committed
Merge pull request #2255 from DFurnes/get-ready-for-some-powerful-css
Fixes "Remove Signup" form being hidden behind nav.
2 parents 7b2fdae + fee8618 commit 6815ae6

File tree

1 file changed

+10
-0
lines changed
  • lib/themes/dosomething/paraneue_dosomething/scss/overrides

1 file changed

+10
-0
lines changed

lib/themes/dosomething/paraneue_dosomething/scss/overrides/_drupal.scss

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
// Styles to make sense of Drupal's stock markup:
33
// ----------------------------------------------
44

5+
// Quick and dirty fix for "Remove Signup" form being hidden
6+
// behind nav. @TODO Remove me when we fix "non-themed" template
7+
#dosomething-signup-node-unsignup-form {
8+
padding-top: 8rem;
9+
padding-bottom: 2rem;
10+
max-width: 600px;
11+
margin: 0 auto;
12+
}
13+
14+
515
// Drupal likes to label things with "hidden" headers, let's
616
// hide them for real.
717
.element-invisible {

0 commit comments

Comments
 (0)