From f67933420b421b3d69c95492a1d21e34f3e4fac3 Mon Sep 17 00:00:00 2001 From: Filipe Medeiros Date: Thu, 14 Sep 2017 17:19:16 -0300 Subject: [PATCH] Responsivity adjustments --- amadeus/static/css/base/amadeus_responsive.css | 47 +---------------------------------------------- amadeus/templates/base.html | 1 + 2 files changed, 2 insertions(+), 46 deletions(-) diff --git a/amadeus/static/css/base/amadeus_responsive.css b/amadeus/static/css/base/amadeus_responsive.css index efb7053..b38127d 100644 --- a/amadeus/static/css/base/amadeus_responsive.css +++ b/amadeus/static/css/base/amadeus_responsive.css @@ -44,50 +44,7 @@ padding-right: 10px; } - .logo-login{ - margin-top: 150px; - margin-bottom: 30px; - width: 40%; - } - - h2{ - font-size: 32pt; - } - - p{ - font-size: 24pt; - } - - a{ - font-size: 24pt; - } - - input[type="text"] { - margin-top: 40px; - height: 80px; - } - - input[type="password"] { - margin-top: 40px; - height: 80px; - } - - .form-control { - font-size: 40pt; - } - - .btn { - font-size: 24pt; - } - span{ - font-size: 24pt; - } - - .contrast-login{ - text-align:center; - margin-top: 100px; - } /* Bottom Menu */ .clearfix { @@ -121,9 +78,7 @@ font-size: 35px; } - .mobile-menu a { - font-size: 32pt; - } + /* End Bottom Menu */ } diff --git a/amadeus/templates/base.html b/amadeus/templates/base.html index 4a62ea2..4fd21a5 100644 --- a/amadeus/templates/base.html +++ b/amadeus/templates/base.html @@ -55,6 +55,7 @@ + {% block style %} {% endblock %} -- libgit2 0.21.2