1
0
mirror of https://github.com/ascribe/onion.git synced 2024-11-13 16:45:05 +01:00

Fix Cyland landing page

Fix font family to be Gibson, center vertically.
This commit is contained in:
Brett Sun 2015-12-03 12:44:12 +01:00
parent 43916625bd
commit 78b8887fbf
2 changed files with 21 additions and 4 deletions

View File

@ -57,9 +57,9 @@ let CylandLanding = React.createClass({
setDocumentTitle('CYLAND MediaArtLab');
return (
<div className="container ascribe-form-wrapper">
<div className="container ascribe-form-wrapper cyland-landing">
<div className="row">
<div className="col-xs-12 wp-landing-wrapper">
<div className="col-xs-12">
<div className="row" style={{border: '1px solid #CCC', padding: '2em'}}>
<img src={this.state.whitelabel.logo} width="400px"/>
<div style={{marginTop: '1em'}}>

View File

@ -59,7 +59,6 @@ $cyland--button-color: $cyland--nav-fg-prim-color;
display: none;
}
.client--cyland .icon-ascribe-search{
color: $cyland--button-color;
}
@ -148,6 +147,24 @@ $cyland--button-color: $cyland--nav-fg-prim-color;
}
}
// landing page
.client--cyland {
.route--landing {
display: table;
> .container {
display: table-cell;
padding-bottom: 100px;
vertical-align: middle;
}
.cyland-landing {
font-weight: normal;
text-align: center;
}
}
}
// spinner!
.client--cyland {
.btn-spinner {
@ -182,4 +199,4 @@ $cyland--button-color: $cyland--nav-fg-prim-color;
.client--cyland .acl-information-dropdown-list .title {
color: $cyland--button-color;
}
}