diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/sass/_base.scss | 11 | ||||
-rw-r--r-- | web/cobrands/sass/_layout.scss | 5 |
2 files changed, 15 insertions, 1 deletions
diff --git a/web/cobrands/sass/_base.scss b/web/cobrands/sass/_base.scss index 7f629971e..dac22fec3 100644 --- a/web/cobrands/sass/_base.scss +++ b/web/cobrands/sass/_base.scss @@ -698,7 +698,6 @@ footer { p { font-size: 0.75em; padding-bottom: 0; - border-bottom:1px solid #AFAFAF; } } @@ -2101,6 +2100,16 @@ table.nicetable { } } +// Shown at bottom of homepage, among other places +.footer-marketing { + text-align: center; + margin-top: 2em; + + & > :last-child { + margin-bottom: 0; + } +} + #alerts { ul { margin-bottom: 1em; diff --git a/web/cobrands/sass/_layout.scss b/web/cobrands/sass/_layout.scss index e8c78601f..94506387e 100644 --- a/web/cobrands/sass/_layout.scss +++ b/web/cobrands/sass/_layout.scss @@ -674,6 +674,11 @@ body.authpage { border-top:0.25em solid $primary; } +// Shown at bottom of homepage, among other places +.footer-marketing { + width: 100%; +} + //footer blocks #footer-mobileapps { border-#{$right}: 1em solid transparent; |