From 30f042cdc320212d019a938ab92fde18a6e9ea77 Mon Sep 17 00:00:00 2001 From: Henry Bravo Date: Mon, 22 May 2017 13:00:27 -0500 Subject: [PATCH] Fixed bugs style dcl --- .../static/datacenterlight/css/landing-page.css | 11 ++++++++++- datacenterlight/templates/datacenterlight/index.html | 4 ++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/datacenterlight/static/datacenterlight/css/landing-page.css b/datacenterlight/static/datacenterlight/css/landing-page.css index 07f03f97..ffa103b6 100755 --- a/datacenterlight/static/datacenterlight/css/landing-page.css +++ b/datacenterlight/static/datacenterlight/css/landing-page.css @@ -84,6 +84,11 @@ h6 { background-color: rgba(90, 116, 175, 0.8); border-color: #5A74AF; } +.btn-info:focus { + color: #fff; + background-color: rgba(90, 116, 175, 0.8); + border-color: #5A74AF; +} .btn-lg{ min-width: 180px; } @@ -481,6 +486,10 @@ h6 { .navbar-transparent .navbar-nav>li>a { font-size: 14px; } + .pricing-section .text .section-heading::before { + left: 50%; + transform: translate(-50%, 0); + } } @media(max-width:768px) { @@ -562,7 +571,7 @@ h6 { left: 50%; transform: translate(-50%, 0); } - + } @media(max-width:540px) { diff --git a/datacenterlight/templates/datacenterlight/index.html b/datacenterlight/templates/datacenterlight/index.html index 953ce2c6..d69aae65 100755 --- a/datacenterlight/templates/datacenterlight/index.html +++ b/datacenterlight/templates/datacenterlight/index.html @@ -113,7 +113,7 @@ {% trans "What is it?" %}
  • - {% trans "I want it!" %} + {% trans "I want it!" %}
  • @@ -252,7 +252,7 @@ -
    +