2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

Fixes #30503 to replace renamed position utility (#30505)

This commit is contained in:
Mark Otto
2020-04-29 23:11:51 -07:00
committed by GitHub
parent 748b1b9a5a
commit f79d14f7c8
2 changed files with 1 additions and 10 deletions
@@ -109,15 +109,6 @@
margin-top: 2rem;
}
.pos-f-t {
position: relative;
margin: -1rem;
@include media-breakpoint-up(sm) {
margin: -1.5rem;
}
}
.custom-file-input:lang(es) ~ .custom-file-label::after {
content: "Elegir";
}