From f1a48fb613c4bd47d14820696e39322a61373484 Mon Sep 17 00:00:00 2001 From: Mauricio Giacomini Girardello <mauriciogiacomini4@gmail.com> Date: Thu, 22 Oct 2015 11:23:18 -0200 Subject: [PATCH] remove ugly css --- app/assets/stylesheets/application.scss | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss index 519536eb..1de2bc95 100644 --- a/app/assets/stylesheets/application.scss +++ b/app/assets/stylesheets/application.scss @@ -262,23 +262,6 @@ header { } } -//form complaint -.submit_button { - color: #FFFFFF; - background: #2178F5; - border-radius : 5px 5px 20px 20px ; - moz-border-radius : 5px 5px 20px 20px ; - -} - -.close_button { - color: #FFFFFF; - background: #2178F5; - border-radius : 5px 5px 20px 20px ; - moz-border-radius : 5px 5px 20px 20px ; -} - - .popover { display: none; z-index: 999; @@ -286,11 +269,6 @@ header { width: auto; } -.popover-title{ - background: #2178F5; - color: #FFFFFF; -} - //// FOOTER footer { width: 100%; -- GitLab