From f60d565d2e5a7863c6cb660444b54880f78a21ce Mon Sep 17 00:00:00 2001 From: Alasdair Smith Date: Fri, 10 Aug 2018 10:53:46 +0100 Subject: [PATCH] Updated styles for rearranged homepage --- .../web/public/stylesheets/app/homepage.less | 36 +++++++------------ 1 file changed, 12 insertions(+), 24 deletions(-) diff --git a/services/web/public/stylesheets/app/homepage.less b/services/web/public/stylesheets/app/homepage.less index 296a4247f4..9c2b43d862 100644 --- a/services/web/public/stylesheets/app/homepage.less +++ b/services/web/public/stylesheets/app/homepage.less @@ -9,39 +9,27 @@ margin-bottom: 0; margin-top: @line-height-computed; } - .sub-mast-heading { - margin-top: 10px; - margin-bottom: 10px; - } .img { max-width: 420px; background-image: url('/img/ol_plus_sl.png'); background-size: 100%; background-repeat: no-repeat; - margin: auto; - height: 195px; - } - p { - width: 80%; - margin: 20px auto; - font-size: 18px; + margin: 20px auto 0; + height: 197px; } } +.deprecated-sl-login-buttons { + margin: 35px 0; +} +.deprecated-sl-long-cta { + margin-top: 25px; -.deprecated-sl-login-boxes { - margin-bottom: 20px; - margin-top: 20px; -} -.deprecated-sl-login-box { - display: flex; - flex-direction: column; - height: 270px; - h3 { - margin-top: 12.5px; + .card { + height: 216px; } - .btn { - display: block; - margin: auto auto 0; + + h3 { + margin-top: 0; } }