diff --git a/members_lumbung_space/static/css/lumbung.css b/members_lumbung_space/static/css/lumbung.css index e2481f4..6e561bc 100644 --- a/members_lumbung_space/static/css/lumbung.css +++ b/members_lumbung_space/static/css/lumbung.css @@ -134,10 +134,6 @@ nav strong{ text-decoration: none; } -.button.is-ghost { - padding-left: 0 !important; -} - footer { background-color: #AFAFAF !important; padding: 1rem 1.5rem !important; @@ -151,3 +147,59 @@ footer .content span { padding-bottom: 2rem !important; } +#formlogo.logo{ + background-color: white; + border: 1px solid black; + transform: rotate(5deg); + margin: 0 auto 2em auto !important; + width: 75%; + position: relative; + bottom: 1em; + padding: 0.8em +} + +@media all and (min-width: 768px) { + #formlogo.logo{ + width: 50%; + } + .signup-form-box { + max-width: 70%; + margin: auto; + margin-top: 4em; + } + +} + +.signup-form-box { + margin: auto; + margin-top: 4em; + border: #333 2px solid; +} + +.form-header { + background-color: #BCE1D1; + height: 3.6em; +} + +.form-body p,.form-body form { + margin-left: 1em; +} + +.form-body { + overflow-x: auto; +} + +.form-body button{ + margin-bottom: 1em; +} + +.form-body .button { + padding: 0 4em !important; + color: white; + background-color: #AFAFAF; +} + +.button { + font-family: "Gudea", "sans-serif" !important; + +} \ No newline at end of file diff --git a/members_lumbung_space/templates/invites.html b/members_lumbung_space/templates/invites.html index 4583390..5061486 100644 --- a/members_lumbung_space/templates/invites.html +++ b/members_lumbung_space/templates/invites.html @@ -2,33 +2,46 @@ {% block content %} {% include 'nav.html' %} -