diff --git a/stylesheets/components/_button.less b/stylesheets/components/_button.less index b58bcd2..887880c 100644 --- a/stylesheets/components/_button.less +++ b/stylesheets/components/_button.less @@ -1,6 +1,8 @@ .btn, input[type="button"], -.button { +.button, +#btn, +input[type="submit"] { box-shadow: none; text-decoration: none; text-transform: uppercase; @@ -8,7 +10,6 @@ input[type="button"], font-weight: bold; letter-spacing: 1.5em; background-color: transparent; - &:hover { color: #ceccd2; box-shadow: none; diff --git a/stylesheets/components/_card.less b/stylesheets/components/_card.less index 6e41279..a258630 100644 --- a/stylesheets/components/_card.less +++ b/stylesheets/components/_card.less @@ -1,20 +1,20 @@ .card { - //box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12); - box-shadow: none; - border: none; - border-radius: 0px; + box-shadow: none; + border: none; + border-radius: 0px; - .card-content { - padding: 5px 20px 20px 20px !important; - } + .card-content { + padding: 5px 20px 20px 20px !important; + } - .card-table { - margin: 0 -20px !important; - border: 0; - } + .card-table { + margin: 0 -20px !important; + border: 0; + } - .enrichedHeadline .title, .card-title { - position: relative; - font-weight: 300 !important; - } -} \ No newline at end of file + .enrichedHeadline .title, + .card-title { + position: relative; + font-weight: 300 !important; + } +} diff --git a/stylesheets/components/_login.less b/stylesheets/components/_login.less index e6fee3e..5a651c2 100644 --- a/stylesheets/components/_login.less +++ b/stylesheets/components/_login.less @@ -1,8 +1,24 @@ +#loginPage .loginSection { + margin-top: 12%; +} + .loginForm { - h2.card-title { - text-align: center; + & i#icon-user icon, + & i#icon-locked icon, + & input[name="login_form_rememberme"], + & label[for="login_form_rememberme"] { + display: none; + } + & h2.card-title { + text-align: center; + } + & p#piwik { + display: none; + } + & input#login_form_submit { + width: 100%; } - p#piwik { - display: none; + & a#login-form-nav { + font-size: 0.5em; } -} \ No newline at end of file +}