mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 03:35:51 +00:00
Organizing css
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -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 {
|
||||||
color:#9A52FF;
|
|
||||||
text-decoration: none !important;
|
h5:hover {
|
||||||
background: none!important;
|
color:#9A52FF;
|
||||||
}
|
text-decoration: none !important;
|
||||||
}
|
background: none!important;
|
||||||
|
}
|
||||||
|
|
||||||
.page-docs-index .langs a:hover{
|
a:hover{
|
||||||
text-decoration: none !important;
|
text-decoration: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-arrow::after{
|
||||||
|
content: url(../img/icons/arrow-right-purple.svg);
|
||||||
|
vertical-align: baseline;
|
||||||
|
width: 1.5rem;
|
||||||
|
height: 1.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color:#E0E0E1;
|
||||||
|
|
||||||
|
.light {
|
||||||
|
color: #000;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
h5 {
|
||||||
|
margin-block-start: 0 !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.page-docs-index .langs .btn-arrow::after{
|
|
||||||
content: url(../img/icons/arrow-right-purple.svg);
|
h1,h2,h3,h4,h5,h6,p {
|
||||||
vertical-align: baseline;
|
|
||||||
width: 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{
|
|
||||||
color:#E0E0E1
|
|
||||||
}
|
|
||||||
.light .langs a{
|
|
||||||
color: #000;
|
|
||||||
}
|
|
||||||
.page-docs-index .langs h5{
|
|
||||||
margin-block-start: 0 !important;
|
|
||||||
}
|
|
||||||
.page-docs-index 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 {
|
||||||
@@ -167,11 +181,7 @@
|
|||||||
grid-auto-rows: auto;
|
grid-auto-rows: auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user