Files
happy-app/client/dev/components/app-feedback/app-feedback.scss
2017-08-28 18:06:52 +01:00

17 lines
248 B
SCSS

@import "../../styles/constants.scss";
#typeform {
width: 30em;
height: 30em;
@include tablet-portrait-and-below {
width: 17em;
height: 25em;
}
@include desktop-and-up {
width: 40em;
height: 40em;
}
}