Merge branch 'master' into new-dev-tools

This commit is contained in:
jonathanlei
2022-08-25 11:28:49 -07:00
50 changed files with 6597 additions and 5068 deletions

View File

@@ -965,6 +965,8 @@
padding-bottom: 104px;
}
}
}
.page-community {

View File

@@ -1,8 +1,7 @@
.top-banner {
height: 46px;
background: url(../img/backgrounds/bg-apex-banner.svg);
background: url(../img/backgrounds/bg-apex-banner-2.png);
background-position: center;
background-color: #7919FF;
background-size: cover;
padding: 2px 0;
color: #fff;
@@ -13,32 +12,53 @@
@include media-breakpoint-up(md) {
padding: 5px 8px;
background: url(../img/backgrounds/bg-apex-banner-2-md.png);
background-position: center;
background-size: cover;
}
@include media-breakpoint-up(xl) {
background: url(../img/backgrounds/bg-apex-banner-2-lg.png);
background-position: center;
background-size: cover;
}
.btn {
margin-top: 4px;
margin-left: 8px;
margin-left: 4px;
font-size: 12px;
color: #fff;
padding: 2px 4px;
border: 1px solid #fff;
border-radius: 2px;
@include media-breakpoint-up(md) {
margin-top: 2px;
margin-top: 6px;
margin-left: 16px;
font-size: 16px;
padding: 4px 8px;
border: 1.5px solid #fff;
border-radius: 4px;
}
}
.btn-outline-secondary {
&:not(:disabled):not(.disabled):hover {
color: #111112;
background-color: #fff;
}
}
p {
padding-top: 15px;
font-size: 12px;
line-height: 15px;
line-height: 20px;
text-align: center;
margin: auto;
@include media-breakpoint-up(md) {
padding-top: 10px;
padding-top: 7px;
font-size: 16px;
width: initial;
line-height: 20px;
line-height: 24px;
}
}
}
@@ -84,13 +104,14 @@ $banner-top-offset: 146px;
html.light {
.top-banner {
.btn-outline-secondary {
color: #E0E0E1;
border-color: #E0E0E1;
color: #fff;
border-color: #fff;
&:not(:disabled):not(.disabled):hover {
color: #111112;
background-color: #E0E0E1;
border-color: #E0E0E1;
background-color: #fff;
border-color: #fff;
}
}