Files
landing_page/qdrant-landing/themes/qdrant/static/css/qdrant.css
T

77 lines
1.1 KiB
CSS

/*
QDRANT - RELATED
*/
@import url("colors.css");
code {
color: #6e0c21;
}
.features-section .feature-block .text li {
display: block;
position: relative;
text-align: left;
padding-left: 25px;
}
.features-section .feature-block .text li:before {
position: absolute;
content: "\f107";
left: 0;
top: 0;
width: 24px;
height: 24px;
color: var(--brand-primary);
font-size: 12px;
line-height: 24px;
text-align: center;
font-family: "Flaticon";
}
/** Link Group **/
.link-group.active .link-group-heading {
box-shadow: inset 3px 0 0 0 var(--brand-primary);
}
.link-group-heading span {
font-family: "Roboto Condensed";
}
.link-group .btn,
.link-group a {
color: var(--brand-secondary);
}
.link-group a:hover {
color: var(--brand-primary);
}
.installation-section p {
font-size: 16px;
color: #5a5a5a;
}
/* .os-link {
text-decoration: underline;
} */
/* .business-tabs .tabs-content {
min-height: 550px;
} */
.text-brand-p {
color: var(--brand-primary);
}
.text-brand-s {
color: var(--brand-secondary);
}
.news-icon {
font-size: 40px;
}