mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-01-07 04:52:13 -05:00
e2a596ea9d
commitb8a05d9624
Author: Matthew Taylor <mewtaylor@gmail.com> Date: Fri Jul 21 12:06:06 2017 -0400 only change style for links on page otherwise, the footer links were getting the new styling commit34a3b8b49b
Author: St19_Galla <fcbdsp@gmail.com> Date: Thu Jul 20 22:28:03 2017 -0400 Update l10n.json commit9c8241b92c
Merge:3f90e98
bca79e6
Author: Matthew Taylor <mewtaylor@gmail.com> Date: Thu Jul 20 16:36:32 2017 -0400 Merge pull request #1423 from mewtaylor/hotfix/camp-page Hotfix Scratch Camp 2017 Page commitbca79e652a
Author: St19_Galla <fcbdsp@gmail.com> Date: Wed Jul 19 15:42:16 2017 -0400 Update l10n.json (#1421) commit4a9418d49c
Author: St19_Galla <fcbdsp@gmail.com> Date: Wed Jul 19 11:48:29 2017 -0400 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 commit3f90e98593
Merge:c8afebf
84a37a6
Author: Ray Schamp <rschamp@users.noreply.github.com> Date: Thu Jul 13 16:32:51 2017 -0400 Merge pull request #1413 from rschamp/hotfix/rip-smartystreets [Master] Remove SmartyStreets API
90 lines
1.7 KiB
SCSS
90 lines
1.7 KiB
SCSS
@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%;
|
|
}
|
|
.gradient1 a {
|
|
text-decoration: underline;
|
|
}
|
|
.gradient1 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;
|
|
}
|
|
}
|