houdini/app/assets/stylesheets/campaigns/peer_to_peer/page.css.scss
2018-11-21 11:00:44 -06:00

48 lines
856 B
SCSS

/* License: AGPL-3.0-or-later WITH Web-Template-Output-Additional-Permission-3.0-or-later */
@import 'mixins';
@import 'components/q_and_a';
@import 'components/timeline';
@import 'components/type_ahead';
@import 'components/simple_tabs';
@import 'pikaday';
@import 'common/image_uploader';
body {
padding: 0;
background: $fog;
}
body > .campaign-banner {
margin: auto;
width: 980px;
max-height: 120px;
text-align: center;
}
main {
display: block;
padding: 60px 0 50px 0;
}
.photoTiles {
min-height: 50px;
margin-bottom: 5px;
@include opacity(0.95);
}
.photoTiles > * {
width: 14.28571428%;
float: left;
border: 2px solid $fog;
}
.photoTiles img {
width: 100%;
}
@media screen and (max-width: 500px) {
.photoTiles > * {
width: 20%;
&:nth-of-type(7),
&:nth-of-type(8) {
display: none;
}
}
}