Hector Ramos d54c7f8282 Refresh website
Reviewed By: mkonicek

Differential Revision: D4634272

fbshipit-source-id: 97d22115ffa29456ce253ad8c97a720d0c4e4d53
2017-03-01 11:00:49 -08:00

40 lines
525 B
SCSS

.hero {
background: $color-hero-bg;
padding: 50px 0;
color: #FDF3E7;
font-weight: 300;
}
.hero .text {
font-size: 300%;
text-align: center;
}
.hero .minitext {
font-size: 24px;
text-align: center;
}
.buttons-unit {
margin-top: 40px;
text-align: center;
}
.buttons-unit a {
color: #FA6900;
}
.buttons-unit .button {
font-size: 24px;
background: $color-react-native-blue;
color: #fafafa;
}
.buttons-unit .button:active {
background: #0485A9;
}
.buttons-unit.downloads {
margin: 30px 0;
}