// A SCSS (Sass) version of the floating-labels.css from https://getbootstrap.com/docs/4.0/examples/floating-labels/ .form-label-group { margin-bottom: 1rem; position: relative; & > input, & > textarea, & > label { padding: #{$input-btn-padding-y} #{$input-btn-padding-x}; } & > label { border-radius: .25rem; border: 1px solid transparent; color: $body-color; display: block; left: 0; line-height: $line-height-base; margin-bottom: 0; /* Override default `