houdini/app/assets/stylesheets/coupons/page.css.scss

28 lines
531 B
SCSS
Raw Normal View History

2020-06-12 20:03:43 +00:00
/* License: AGPL-3.0-or-later WITH WTO-AP-3.0-or-later
Full license explanation at https://github.com/houdiniproject/houdini/blob/master/LICENSE */
@import 'mixins';
body {
padding: 0;
background: $fog;
}
main {
padding: 80px 0 0;
}
.referAFriend-logos {
text-align: center;
padding-bottom: 30px;
}
.referAFriend-logos img,
.referAFriend-arrows {
height: 70px;
display: inline-block;
vertical-align: middle;
}
.referAFriend-arrows span {
color: rgba(black, 0.2);
font-size: 18px;
padding: 0 10px;
line-height: 70px;
}