diff --git a/public/less/bootstrap/oujs-bootswatch.less b/public/less/bootstrap/oujs-bootswatch.less index dc5277e54..29a564958 100644 --- a/public/less/bootstrap/oujs-bootswatch.less +++ b/public/less/bootstrap/oujs-bootswatch.less @@ -131,8 +131,21 @@ table { } // Staged ===================================================================== -.close { - font-size: @close-font-size; +body > .navbar { + margin-bottom: 0; +} + +.reminders { + margin-bottom: @line-height-computed; +} + +.reminders .alert.small { + margin-bottom: 0; + padding: (@alert-padding * 0.66) +} + +.reminders .alert.small .close { + font-size: (@font-size-base * 1.25); } // Unstaged =================================================================== diff --git a/public/less/bootstrap/oujs-variables.less b/public/less/bootstrap/oujs-variables.less index d4f86d87b..5001e1c89 100644 --- a/public/less/bootstrap/oujs-variables.less +++ b/public/less/bootstrap/oujs-variables.less @@ -590,7 +590,7 @@ // //## Define alert colors, border radius, and padding. -@alert-padding: 10px; +@alert-padding: 15px; @alert-border-radius: @border-radius-base; @alert-link-font-weight: bold; @@ -778,7 +778,6 @@ //## @close-font-weight: bold; -@close-font-size: (@font-size-base * 1.25); @close-color: #000; @close-text-shadow: 0 1px 0 #fff; diff --git a/views/includes/headerReminders.html b/views/includes/headerReminders.html index 10276f8ee..f125ad272 100644 --- a/views/includes/headerReminders.html +++ b/views/includes/headerReminders.html @@ -1,5 +1,5 @@ -
REMINDER: Don't miss out reading the Google Authentication Deprecation with migration announcement.