diff --git a/app/assets/stylesheets/_grids.scss b/app/assets/stylesheets/_grids.scss index 48c1b60aa..85551da03 100644 --- a/app/assets/stylesheets/_grids.scss +++ b/app/assets/stylesheets/_grids.scss @@ -54,6 +54,10 @@ margin-top: $gutter * 2 / 3; } +.top-gutter-0 { + margin-top: 0; +} + %bottom-gutter, .bottom-gutter { @extend %contain-floats; diff --git a/app/assets/stylesheets/app.scss b/app/assets/stylesheets/app.scss index 9bfd2e46f..700056740 100644 --- a/app/assets/stylesheets/app.scss +++ b/app/assets/stylesheets/app.scss @@ -77,6 +77,10 @@ a { > .heading-medium { margin: $gutter-half 0 ($gutter / 3 * 2) 0; word-wrap: break-word; + + &.top-gutter-0 { + margin-top: 0; + } } } diff --git a/app/assets/stylesheets/components/table.scss b/app/assets/stylesheets/components/table.scss index 73112500c..840d535f6 100644 --- a/app/assets/stylesheets/components/table.scss +++ b/app/assets/stylesheets/components/table.scss @@ -55,6 +55,7 @@ table { table-layout: fixed; + margin-bottom: $gutter / 6; } th { @@ -91,6 +92,10 @@ } + .table-heading { + margin-bottom: 20px; + } + } %table-field, diff --git a/app/templates/views/service-settings.html b/app/templates/views/service-settings.html index 1f8bf3f43..7cc16eadd 100644 --- a/app/templates/views/service-settings.html +++ b/app/templates/views/service-settings.html @@ -244,7 +244,7 @@ {% if current_service.trial_mode %} -
You can send up to