mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
Additional conference fixes
1. border on flags 2. `Conferences` in nav 3. mailto for costa rica
This commit is contained in:
parent
4cf3b890fd
commit
b139f0a606
3 changed files with 6 additions and 3 deletions
|
@ -17,7 +17,7 @@ var Navigation = React.createClass({
|
|||
alt="Scratch Logo"
|
||||
className="logo-a-image"
|
||||
/>
|
||||
<p className="logo-a-title">Conference</p>
|
||||
<p className="logo-a-title">Conferences</p>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
|
@ -267,8 +267,8 @@ var ConferenceSplash = React.createClass({
|
|||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<a className='button mod-2017-panel' href='http://www.scratchcostarica.com'>
|
||||
<FormattedMessage id='conference-2017.website' />
|
||||
<a className='button mod-2017-panel' href='mailto:admissions@treeoflifelearning.com'>
|
||||
<FormattedMessage id='conference-2017.contact' />
|
||||
</a>
|
||||
</section>
|
||||
<section className='conf2017-panel mod-chile'>
|
||||
|
|
|
@ -48,6 +48,9 @@
|
|||
|
||||
.conf2017-panel-flag {
|
||||
margin-right: 6.25rem;
|
||||
border: 1px solid $ui-border;
|
||||
border-radius: 1px;
|
||||
background-color: $ui-border;
|
||||
width: 3.75rem;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue