Bundle CSS changes (#421)

* Bundle CSS changes

* Edit language

* Clickable flight IDs #419

* Fix dropdown menu going offscreen

* formatting
This commit is contained in:
Nabeel S
2019-10-29 13:03:04 -04:00
committed by GitHub
parent 1725ea5a9e
commit a2ea9b29ba
17 changed files with 234 additions and 235 deletions

View File

@@ -5,6 +5,10 @@
@include input-sm-padding($padding-small-vertical, $padding-small-horizontal);
@include input-base-padding($padding-small-vertical, $padding-small-horizontal);
a {
z-index: 99;
}
.form-container {
@extend .form-container;
@@ -26,6 +30,10 @@
padding: 8px;
}
.form-group .form-control {
border-radius: 5px;
}
&:focus {
border: 1px solid $brand-primary;
& + .input-group-addon,