Преглед изворни кода

fixed input-group with rounded-0 on login/register

REJack пре 5 година
родитељ
комит
cac5828617
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      build/scss/pages/_login_and_register.scss

+ 2 - 2
build/scss/pages/_login_and_register.scss

@@ -72,9 +72,9 @@
 
     .input-group-text {
       background-color: transparent;
-      border-bottom-right-radius: $border-radius !important;
+      border-bottom-right-radius: $border-radius;
       border-left: 0;
-      border-top-right-radius: $border-radius !important;
+      border-top-right-radius: $border-radius;
       color: #777;
       transition: $input-transition;
     }