|
@@ -67,9 +67,12 @@
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.search-typeahead {
|
|
.search-typeahead {
|
|
|
|
|
+ // corner radius
|
|
|
border-top-right-radius: 40px;
|
|
border-top-right-radius: 40px;
|
|
|
border-bottom-right-radius: 40px;
|
|
border-bottom-right-radius: 40px;
|
|
|
.rbt-input-main {
|
|
.rbt-input-main {
|
|
|
|
|
+ padding-right: 58px;
|
|
|
|
|
+ // corner radius
|
|
|
border-top-right-radius: 40px;
|
|
border-top-right-radius: 40px;
|
|
|
border-bottom-right-radius: 40px;
|
|
border-bottom-right-radius: 40px;
|
|
|
}
|
|
}
|
|
@@ -126,6 +129,19 @@
|
|
|
@include media-breakpoint-up(md) {
|
|
@include media-breakpoint-up(md) {
|
|
|
width: 300px;
|
|
width: 300px;
|
|
|
}
|
|
}
|
|
|
|
|
+ @include media-breakpoint-up(lg) {
|
|
|
|
|
+ // focus
|
|
|
|
|
+ &.focus {
|
|
|
|
|
+ width: 400px;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ @include media-breakpoint-up(xl) {
|
|
|
|
|
+ width: 350px;
|
|
|
|
|
+ // focus
|
|
|
|
|
+ &.focus {
|
|
|
|
|
+ width: 450px;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
.search-typeahead {
|
|
.search-typeahead {
|
|
|
border-radius: 0 25px 25px 0;
|
|
border-radius: 0 25px 25px 0;
|