Detect and offer platform-specific bridge download

This commit is contained in:
hensm
2019-03-14 15:17:22 +00:00
parent 410d6a267b
commit c8df4f985c
4 changed files with 144 additions and 77 deletions

View File

@@ -44,7 +44,6 @@ select.btn:-moz-focusring {
background-color: var(--btn-bg);
border-radius: 2px;
color: var(--btn-color);
display: inline-flex;
font-size: 13px;
font-weight: 400;
height: var(--btn-height);
@@ -52,6 +51,10 @@ select.btn:-moz-focusring {
padding: 0 var(--btn-padding);
}
.btn:not([hidden]) {
display: inline-flex;
}
.btn--primary {
--btn-bg: var(--blue-60);
--btn-bg-hover: var(--blue-70);