Bundle CSS changes (#421)
* Bundle CSS changes * Edit language * Clickable flight IDs #419 * Fix dropdown menu going offscreen * formatting
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user