Commit 2416801c authored by Mark Otto's avatar Mark Otto Committed by Mark Otto
Browse files

remove input group overrides since they're defaults now

parent 73ca04df
Showing with 0 additions and 10 deletions
+0 -10
......@@ -43,12 +43,6 @@
.custom-file {
display: flex;
align-items: center;
width: 100%;
.custom-file-input {
width: 100%;
min-width: 0;
}
&:not(:first-child):not(:last-of-type) .custom-file-control,
&:not(:first-child):not(:last-of-type) .custom-file-control::before { @include border-radius(0); }
......@@ -57,10 +51,6 @@
&:last-of-type:not(:first-child) .custom-file-control,
&:last-of-type:not(:first-child) .custom-file-control::before { @include border-left-radius(0); }
}
.custom-select {
width: 100%;
}
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment