Adjustment to rules list
This commit is contained in:
parent
3d88fb3ac3
commit
d560d298d3
3 changed files with 36 additions and 3 deletions
|
|
@ -6601,8 +6601,19 @@ a:is(.active,
|
|||
.about__section.active .about__section__title {
|
||||
background-color: var(--color-accent-bg);
|
||||
}
|
||||
.app-body .rules-list__text,
|
||||
.app-body .rules-list__hint {
|
||||
color: var(--color-content-fg);
|
||||
}
|
||||
.app-body .rules-list__text {
|
||||
font-weight: 600;
|
||||
}
|
||||
.app-body .rules-list__hint {
|
||||
opacity: .7;
|
||||
padding-top: 4px;
|
||||
}
|
||||
.app-body .rules-list li {
|
||||
border-bottom: 1px solid var(--color-accent-lines);
|
||||
border-bottom: 1px solid var(--color-lines);
|
||||
padding: 1em 1.75em 1em 3.4em;
|
||||
}
|
||||
.app-body .rules-list li:last-child {
|
||||
|
|
|
|||
|
|
@ -6601,8 +6601,19 @@ a:is(.active,
|
|||
.about__section.active .about__section__title {
|
||||
background-color: var(--color-accent-bg);
|
||||
}
|
||||
.app-body .rules-list__text,
|
||||
.app-body .rules-list__hint {
|
||||
color: var(--color-content-fg);
|
||||
}
|
||||
.app-body .rules-list__text {
|
||||
font-weight: 600;
|
||||
}
|
||||
.app-body .rules-list__hint {
|
||||
opacity: .7;
|
||||
padding-top: 4px;
|
||||
}
|
||||
.app-body .rules-list li {
|
||||
border-bottom: 1px solid var(--color-accent-lines);
|
||||
border-bottom: 1px solid var(--color-lines);
|
||||
padding: 1em 1.75em 1em 3.4em;
|
||||
}
|
||||
.app-body .rules-list li:last-child {
|
||||
|
|
|
|||
|
|
@ -6601,8 +6601,19 @@ a:is(.active,
|
|||
.about__section.active .about__section__title {
|
||||
background-color: var(--color-accent-bg);
|
||||
}
|
||||
.app-body .rules-list__text,
|
||||
.app-body .rules-list__hint {
|
||||
color: var(--color-content-fg);
|
||||
}
|
||||
.app-body .rules-list__text {
|
||||
font-weight: 600;
|
||||
}
|
||||
.app-body .rules-list__hint {
|
||||
opacity: .7;
|
||||
padding-top: 4px;
|
||||
}
|
||||
.app-body .rules-list li {
|
||||
border-bottom: 1px solid var(--color-accent-lines);
|
||||
border-bottom: 1px solid var(--color-lines);
|
||||
padding: 1em 1.75em 1em 3.4em;
|
||||
}
|
||||
.app-body .rules-list li:last-child {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue