scratch-www/src/views/camp/camp.scss

91 lines
1.7 KiB
SCSS
Raw Normal View History

Down Deep - Scratch Camp 2017 Page (#1409) * Add files via upload * Create downdeep.jsx * Delete downdeep.jsx * Delete downdeep.scss * Delete l10n.json * Delete downdeep.jsx * Create dd.jsx * Rename dd.jsx to filler.jsx * Add files via upload * Delete dd.jsx * Delete filler.jsx * Create filler.jsx * Add files via upload * Delete filler.jsx * Update routes.json * whoops * travis * Update downdeep.jsx * Update downdeep.scss * Update downdeep.scss * Update _colors.scss * what i get for rushing * Update downdeep.jsx * Update l10n.json * thisandagain's changes * Carl's Changes * carl's changes * carl's changes * Update downdeep.jsx * Rename downdeep.jsx to camp.jsx * Rename downdeep.scss to camp.scss * Rename src/views/downdeep/camp.jsx to src/views/camp/camp.jsx * Rename src/views/downdeep/camp.scss to src/views/camp/camp.scss * Rename src/views/downdeep/l10n.json to src/views/camp/l10n.json * Update camp.jsx * Add files via upload * Update camp.jsx * Update camp.scss * Update l10n.json * Create filler * Add files via upload * Delete bubbles.svg * Delete dolphin.svg * Delete fish-divider.svg * Delete fish-divider2.svg * Delete map.svg * Delete ocean-bottom.svg * Delete ocean-top.svg * Delete treasure.svg * Update camp.scss * Update camp.scss * Update camp.scss * Update camp.jsx * whoops * Update camp.scss * Update l10n.json * Update camp.scss * Update camp.jsx * Update _colors.scss * Update camp.scss * Update camp.scss * Update camp.scss * Update camp.scss * Update _colors.scss * Update camp.scss * Update camp.scss
2017-07-19 11:48:29 -04:00
@import "../../colors";
@import "../../frameless";
#view {
padding: 0;
}
.topImg {
margin-top: -10px;
padding: 0;
width: 100%;
}
.bubbles {
display: block;
margin: 0 auto;
margin-top: .938em;
width: 45%;
}
.inner a {
text-decoration: underline;
}
.inner a:hover {
text-decoration: underline;
color: $ui-light-gray;
}
h3 {
border-bottom: 1px solid $ui-border;
}
.flex-row {
&.sidebar-row {
align-items: flex-start;
.body-copy {
width: $cols5;
}
.sidebar {
width: $cols5;
}
}
}
#particpate {
position: relative;
h2, h3, p {
color: $ui-white;
}
}
#info {
h2, p {
color: $ui-white;
}
}
.info-content {
div {
max-width: $cols4;
text-align: center;
}
}
.infoImg {
transform: scale(.8);
height: 120px;
-webkit-transform: scale(.8); /* Saf3.1+, Chrome */
-moz-transform: scale(.8); /* FF3.5+ */
-ms-transform: scale(.8); /* IE9 */
-o-transform: scale(.8); /* Opera 10.5+ */
}
.bottomImg {
margin-bottom: -5px;
margin-left: -4px;
padding: 0;
width: 102%;
}
.title-banner {
margin: 0;
padding: 0;
}
.fishDivider {
margin: .875em 0;
}
.gradient1 {
position: relative;
background: $ui-blue; /* For browsers that do not support gradients */
background: -webkit-linear-gradient($ui-blue, $dd-darkblue); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient($ui-blue, $dd-darkblue); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient($ui-blue, $dd-darkblue); /* For Firefox 3.6 to 15 */
background: linear-gradient($ui-blue, $dd-darkblue);
.intro {
max-width: $cols9;
}
}