mirror of
https://github.com/status-im/react-native.git
synced 2025-01-16 04:24:15 +00:00
d54c7f8282
Reviewed By: mkonicek Differential Revision: D4634272 fbshipit-source-id: 97d22115ffa29456ce253ad8c97a720d0c4e4d53
40 lines
525 B
SCSS
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;
|
|
}
|