mirror of https://github.com/ColorlibHQ/AdminLTE
fixed input-group with rounded-0 on login/register
parent
0a1338086a
commit
cac5828617
|
@ -72,9 +72,9 @@
|
||||||
|
|
||||||
.input-group-text {
|
.input-group-text {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border-bottom-right-radius: $border-radius !important;
|
border-bottom-right-radius: $border-radius;
|
||||||
border-left: 0;
|
border-left: 0;
|
||||||
border-top-right-radius: $border-radius !important;
|
border-top-right-radius: $border-radius;
|
||||||
color: #777;
|
color: #777;
|
||||||
transition: $input-transition;
|
transition: $input-transition;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue