From 8dab9644be0c2e21de7ca60f2317be04ac1e85eb Mon Sep 17 00:00:00 2001 From: Invis1ble Date: Sat, 27 Jun 2015 13:23:55 +0300 Subject: [PATCH] Fixed indents --- less/_alerts.less | 6 +++--- less/_navbar.less | 42 +++++++++++++++++++++--------------------- 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/less/_alerts.less b/less/_alerts.less index 227c1061..76987da5 100755 --- a/less/_alerts.less +++ b/less/_alerts.less @@ -6,9 +6,9 @@ background-color: @material-color; color: @material-text-color; - a, .alert-link { - color: @material-text-color; - } + a, .alert-link { + color: @material-text-color; + } }); &-info, &-danger, &-warning, &-success { diff --git a/less/_navbar.less b/less/_navbar.less index df104335..5787f782 100755 --- a/less/_navbar.less +++ b/less/_navbar.less @@ -170,29 +170,29 @@ background-color: @material-color; color: @material-text-color; // deeply defined to override welljumbo class without !impotant need - .navbar-form .form-control-wrapper input.form-control::placeholder, .navbar-form input.form-control::placeholder { - color: @material-text-color; - } - .dropdown-menu { - border-radius: @dropdown-radius; - li > a { - font-size: @dropdown-font-size; - padding: 13px 16px; - &:hover, - &:focus { - color: @material-color; - background-color: @grey-200; - } - } - .active > a { - &:hover, - &:focus { - color: @material-text-color; - } - background-color: @material-color; + .navbar-form .form-control-wrapper input.form-control::placeholder, .navbar-form input.form-control::placeholder { color: @material-text-color; } - } + .dropdown-menu { + border-radius: @dropdown-radius; + li > a { + font-size: @dropdown-font-size; + padding: 13px 16px; + &:hover, + &:focus { + color: @material-color; + background-color: @grey-200; + } + } + .active > a { + &:hover, + &:focus { + color: @material-text-color; + } + background-color: @material-color; + color: @material-text-color; + } + } }); &-inverse {