From f3b62e59091dc456cd74dfa43ff496bbe7ed9cab Mon Sep 17 00:00:00 2001 From: Sahat Yalkabov Date: Tue, 1 Jul 2014 20:44:03 -0400 Subject: [PATCH] added border-radius and removed box-shadow from alerts --- public/css/themes/modern.less | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/public/css/themes/modern.less b/public/css/themes/modern.less index 72e5ebf5611..4862c27f8ac 100644 --- a/public/css/themes/modern.less +++ b/public/css/themes/modern.less @@ -103,25 +103,15 @@ p { // Form states and alerts // ------------------------- -@state-success-text: #fff; @state-success-bg: @brand-success; - -@state-info-text: #fff; @state-info-bg: @brand-primary; - -@state-warning-text: #fff; @state-warning-bg: @brand-warning; - -@state-danger-text: #fff; @state-danger-bg: @brand-danger; -// Alerts -// ------------------------- - .alert { + color: #fff; font-family: 'Raleway', sans-serif; - border-radius: 0; - box-shadow: 0 1px 2px rgba(0, 0, 0, 0.10); +// border-radius: 0; } // Navbar