Migrate changes in compiled css to sass source

This commit is contained in:
Cody Baker 2021-10-12 16:16:23 -06:00
parent d7dd593284
commit be5d49fd89
2 changed files with 33 additions and 3 deletions

View File

@ -28,3 +28,31 @@
margin-bottom: -160px;
padding-bottom: 160px;
}
.base-hero {
height:22.5vw;
max-height:324px;
min-height:280px;
}
.index-hero {
background-image:url('/images/backgrounds/bg-hero-home.svg');
height:68vw;
max-height:980px;
max-width:2448px;
width:170vw;
}
.other-hero {
background-image: url('/images/backgrounds/bg-hero.svg');
max-width: 2448px;
width: 170vw;
}
.bg-footer-cta {
background-image:url('/images/backgrounds/bg-footer-cta.svg');
width:2448px;
}
.quickstart-bg {
background-image:url('/images/backgrounds/bg-quick-start.svg');
height:40vw;
top:220px;
width:170vw;
}

View File

@ -1,11 +1,13 @@
.navbar {
.navbar-clickhouse {
border-bottom: 4px solid $gray-100;
height: 142px;
> .container {
flex-wrap: wrap;
}
}
.navbar {
&-super {
flex-shrink: 0;
width: 100%;
@ -38,8 +40,8 @@
}
}
&-brand {
background: no-repeat url(#{"../images/logo.svg"});
&-brand-clickhouse {
background: no-repeat url(#{"../images/logo-clickhouse.svg"});
background-size: contain;
flex-shrink: 0;
height: 28px;