0
0
Fork 0

Redesign landing page (#10232)

This commit is contained in:
Eugen Rochko 2019-03-12 17:34:00 +01:00 committed by GitHub
parent 6a8dc59eb8
commit 65fffeac3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
77 changed files with 518 additions and 1621 deletions

View file

@ -68,6 +68,17 @@ code {
top: 2px;
left: 0;
}
label a {
color: $highlight-text-color;
text-decoration: underline;
&:hover,
&:active,
&:focus {
text-decoration: none;
}
}
}
}
@ -305,7 +316,7 @@ code {
box-shadow: none;
}
&:focus:invalid {
&:focus:invalid:not(:placeholder-shown) {
border-color: lighten($error-red, 12%);
}
@ -346,6 +357,10 @@ code {
}
}
.input.disabled {
opacity: 0.5;
}
.actions {
margin-top: 30px;
display: flex;
@ -392,6 +407,10 @@ code {
background-color: darken($ui-highlight-color, 5%);
}
&:disabled:hover {
background-color: $ui-primary-color;
}
&.negative {
background: $error-value-color;