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

pull/2256/head
REJack 2019-09-03 12:37:24 +02:00
parent 0a1338086a
commit cac5828617
No known key found for this signature in database
GPG Key ID: 9F3976CC630CC888
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}