Files
landing_page/qdrant-landing/themes/qdrant-2024/assets/css/partials/_partners-integrations.scss
T

69 lines
1.2 KiB
SCSS

@use '../helpers/functions' as *;
.partners-integrations {
padding-top: $spacer * 4;
padding-bottom: $spacer * 4;
background-color: $neutral-10;
&__header {
margin-bottom: $spacer * 2.5;
}
&__title {
font-size: $spacer * 2.5;
line-height: $spacer * 3;
color: $neutral-98;
margin-bottom: $spacer * 1.5;
}
&__description {
color: $neutral-70;
margin-bottom: $spacer * 1.5;
}
&__card {
display: flex;
gap: $spacer * 1.5;
position: relative;
&-icon {
width: $spacer * 5.5;
height: $spacer * 5.5;
}
&-title {
font-size: pxToRem(20);
line-height: pxToRem(30);
margin-bottom: $spacer * 0.5;
color: $neutral-98;
}
&-description {
font-size: pxToRem(14);
line-height: pxToRem(21);
margin-bottom: 0;
color: $neutral-70;
}
}
@include media-breakpoint-up(xl) {
padding-top: $spacer * 10;
padding-bottom: $spacer * 10;
&__header {
margin-bottom: $spacer * 7.5;
}
&__title {
font-size: $spacer * 3.5;
line-height: pxToRem(67);
margin-bottom: 0;
}
&__description {
font-size: pxToRem(18);
line-height: pxToRem(27);
}
}
}