From 975f356c329e749661c26f99908aec42304c2497 Mon Sep 17 00:00:00 2001 From: Ruidy Nemausat Date: Sat, 25 Jul 2020 08:01:20 +0200 Subject: [PATCH] fix cta button --- rental/static/rental/css/style.css | 4 ++-- rental/templates/rental/base.html | 27 ++++++++++++++++++++------- 2 files changed, 22 insertions(+), 9 deletions(-) diff --git a/rental/static/rental/css/style.css b/rental/static/rental/css/style.css index 4129e09..3591001 100644 --- a/rental/static/rental/css/style.css +++ b/rental/static/rental/css/style.css @@ -1656,11 +1656,11 @@ footer .credits { .btn.btn-b-n { background-color: #5bc0de; color: #ffffff; - border-radius: 0; + border-radius: 8; } .btn.btn-b-n:hover { - background-color: #26a356; + background-color: #5bc0de; color: #ffffff; } diff --git a/rental/templates/rental/base.html b/rental/templates/rental/base.html index 2a8eb86..9db29ef 100644 --- a/rental/templates/rental/base.html +++ b/rental/templates/rental/base.html @@ -77,20 +77,28 @@ /> VillaFleurie + - +