Files
flood/client/source/sass/components/_textbox-repeater.scss
2016-02-15 13:14:38 -08:00

34 lines
380 B
SCSS

.textbox-repeater {
.floating-action {
&__group {
margin-top: -8px;
position: absolute;
right: -8px;
top: 50%;
}
&__button {
position: relative;
}
}
.textbox {
&__wrapper {
position: relative;
}
}
.form {
&__row {
& + .form__row {
margin-top: $spacing-unit * 1/2;
}
}
}
}