Commit cbf014bf authored by Sean Hammond's avatar Sean Hammond

Update appearance of group share page

To match the latest mockup from Conor. This basically involves making
the group share page look a lot like the group create page already does.
parent 32831122
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
$base-font-size: 12px; $base-font-size: 12px;
$base-line-height: 20px; $base-line-height: 20px;
@import './variables';
@import './reset'; @import './reset';
@import './elements'; @import './elements';
@import './common'; @import './common';
......
...@@ -14,12 +14,6 @@ ...@@ -14,12 +14,6 @@
@import 'page'; @import 'page';
//ELEMENT STYLES//////////////////////////////// //ELEMENT STYLES////////////////////////////////
a {
color: $link-color;
&:hover { color: $link-color-hover; }
text-decoration: none;
}
body { body {
position: relative; position: relative;
background-color: $body-background; background-color: $body-background;
......
// basic standard styling for elements // basic standard styling for elements
a {
color: $link-color;
&:hover { color: $link-color-hover; }
text-decoration: none;
}
ol { ol {
list-style-type: decimal; list-style-type: decimal;
padding-left: 3em; padding-left: 3em;
......
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
.group-form { .group-form {
@include flex-center-column(); @include flex-center-column();
font-size: $body2-font-size;
min-height: 280px; min-height: 280px;
background-color: $white; background-color: $white;
border: $border; border: $border;
...@@ -73,6 +74,14 @@ ...@@ -73,6 +74,14 @@
} }
} }
.group-form-document-list {
text-align:center;
}
.group-form-document-list li {
margin-top: .5em;
}
.group-form-footer { .group-form-footer {
@include flex-center-column(); @include flex-center-column();
......
// shared styling used by both the app and the website // shared styling used by both the app and the website
@import './base'; @import './base';
@import './reset'; @import './reset';
@import' ./elements'; @import './elements';
// shared components // shared components
@import './primary-action-btn'; @import './primary-action-btn';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment