Homepage style improvements

This commit is contained in:
Alex Gleason 2020-05-31 19:22:08 -05:00
parent 73e2649530
commit 55c958c7ad
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
7 changed files with 22 additions and 19 deletions

Binary file not shown.

View file

@ -729,6 +729,13 @@ $small-breakpoint: 960px;
&--right {
margin-left: auto;
width: 395px;
background-color: #fff;
border-radius: 6px;
.simple_form {
padding: 20px;
background-color: var(--brand-color-faint);
}
}
@media (min-width: 767px) and (max-width: 1024px) {
@ -1005,3 +1012,7 @@ $small-breakpoint: 960px;
.public-layout pre.canary {
white-space: pre-wrap;
}
.about-page {
background: var(--brand-color-faint);
}

View file

@ -53,7 +53,7 @@
&:disabled,
&.disabled {
background-color: $ui-primary-color;
background-color: var(--brand-color-med);
cursor: default;
}

View file

@ -203,6 +203,8 @@
.content {
display: block;
margin: 40px 0;
background: #fff;
border-radius: 6px;
@media screen and (max-width: 767px) {
margin-top: 0;
@ -270,10 +272,12 @@
position: absolute;
top: 30px;
left: 160px;
border-radius: 4px;
background: #fff;
overflow: hidden;
a {
padding: 4px;
border-radius: 4px;
background-color: var(--brand-color-med);
}
}

View file

@ -6,8 +6,8 @@
justify-content: center;
align-items: center;
margin-top: auto;
background-color: lighten($ui-base-color, 5%);
border-top: darken($ui-base-color, 10%);
color: #fff;
background-color: rgba(0, 0, 0, 0.15);
@media screen and (max-width: 1024px) {
padding: 40px 20px;
@ -48,14 +48,9 @@
margin-right: auto;
span {
color: var(--primary-text-color);
font-size: 1.3rem;
font-weight: 500;
line-height: 1.5;
&:last-of-type {
color: var(--primary-text-color-faint);
}
}
}
@ -67,7 +62,7 @@
li {
a {
text-decoration: none;
color: lighten($ui-base-color, 34%);
color: #fff;
font-size: 1.3rem;
font-weight: 500;
line-height: 1.5;

View file

@ -409,17 +409,10 @@ code {
margin-right: 0;
}
&:hover {
background-color: lighten($ui-highlight-color, 5%);
}
&:hover,
&:active,
&:focus {
background-color: darken($ui-highlight-color, 5%);
}
&:disabled:hover {
background-color: $ui-primary-color;
background-color: var(--brand-color-hicontrast);
}
&.negative {