Organizing css

This commit is contained in:
JST5000
2023-04-11 14:23:59 -07:00
committed by Caleb Kniffen
parent 0ed03fdff8
commit 87f69c8730
2 changed files with 51 additions and 37 deletions

File diff suppressed because one or more lines are too long

View File

@@ -121,45 +121,59 @@
color:#9A52FF; color:#9A52FF;
text-decoration: none !important; text-decoration: none !important;
} }
.btn-arrow::after{
content: url(../img/icons/arrow-right-purple.svg);
width: 1.5rem;
height: 1.5rem;
}
} }
.langs h5:hover { .langs {
h5:hover {
color:#9A52FF; color:#9A52FF;
text-decoration: none !important; text-decoration: none !important;
background: none!important; background: none!important;
} }
}
.page-docs-index .langs a:hover{ a:hover{
text-decoration: none !important; text-decoration: none !important;
} }
.page-docs-index .langs .btn-arrow::after{
.btn-arrow::after{
content: url(../img/icons/arrow-right-purple.svg); content: url(../img/icons/arrow-right-purple.svg);
vertical-align: baseline; vertical-align: baseline;
width: 1.5rem; width: 1.5rem;
height: 1.5rem; height: 1.5rem;
} }
.page-docs-index .dev-tools-links .btn-arrow::after{
content: url(../img/icons/arrow-right-purple.svg);
width: 1.5rem;
height: 1.5rem;
}
.page-docs-index .langs a{ a {
color:#E0E0E1 color:#E0E0E1;
}
.light .langs a{ .light {
color: #000; color: #000;
} }
.page-docs-index .langs h5{ }
h5 {
margin-block-start: 0 !important; margin-block-start: 0 !important;
} }
.page-docs-index h1,h2,h3,h4,h5,h6,p{ }
h1,h2,h3,h4,h5,h6,p {
font-family: 'Work Sans'!important; font-family: 'Work Sans'!important;
} }
.page-docs-index h1{
h1 {
font-size: 3.875rem; font-size: 3.875rem;
} }
.langs-cards {
grid-gap: 40px;
}
}
@media (max-width: 991.98px) { @media (max-width: 991.98px) {
/* Fix dropdown size with top banner present */ /* Fix dropdown size with top banner present */
.page-docs-index .langs-cards { .page-docs-index .langs-cards {
@@ -168,10 +182,6 @@
} }
} }
.page-docs .circled-logo{
margin-left:0.1rem;
}
.circled-logo { .circled-logo {
background-color: 757575; background-color: 757575;
border-radius: 50%; border-radius: 50%;
@@ -218,6 +228,10 @@
.title-space { .title-space {
margin-bottom: 16px; margin-bottom: 16px;
} }
.circled-logo{
margin-left:0.1rem;
}
} }
.flat-card-grid { .flat-card-grid {