18 lines
317 B
SCSS
18 lines
317 B
SCSS
@import "../../assets/scss/globals";
|
|
|
|
.signup-questions-widget {
|
|
button.add-link {
|
|
background: none;
|
|
padding: 0;
|
|
margin: 1rem 0;
|
|
}
|
|
|
|
.signup-questions-widget-row {
|
|
margin-bottom: 1rem;
|
|
display: flex;
|
|
flex-flow: column nowrap;
|
|
padding: 0.5rem;
|
|
background-color: $light-blue;
|
|
}
|
|
}
|