Kendall Strautman 8173a57904
Style: Update brand colors (#12258)
* style: update brand colors

* chore: upgrade react-component deps

* add new downloads page

* chore: upgrades react-tabs

* chore: update deps

* style: home page color updates

* style: fix vmware background

* chore: upgrade body text color components

* style: adds body-copy color override

* feat: updates favicon

* content(home): swap trusted by logo image

* content(home): updates parity svg

* chore: updates product download page

* chore: updates product download page to stable

* style: fix sticky footer for downloads page

* chore: update favicon path

Co-authored-by: Jeff Escalante <jescalan@users.noreply.github.com>
2021-05-03 11:40:28 -07:00

33 lines
666 B
CSS

.root {
& input {
border: none;
box-shadow: 3px 4px 0 rgba(0, 0, 0, 0.1);
font-size: 18px;
height: 50px;
line-height: 50px;
padding: 0 15px;
text-align: center;
width: 60px;
}
& button {
background: var(--brand, #2e71e5);
border: none;
border-radius: 0;
box-shadow: 3px 4px 0 rgba(0, 0, 0, 0.1);
color: #fff;
font-family: 'gilmer-web', 'Gilmer', Geneva, Tahoma, Helvetica, Verdana,
sans-serif;
font-size: 18px;
height: 50px;
line-height: 50px;
padding: 0 15px;
cursor: pointer;
transition: background-color 0.25s ease;
&:hover {
background: #3176ff;
}
}
}