added icons
This commit is contained in:
parent
1061530536
commit
7e4995e6a1
16
css/main.css
16
css/main.css
@ -855,6 +855,9 @@ theme-toggle {
|
|||||||
border-radius: 1rem;
|
border-radius: 1rem;
|
||||||
}
|
}
|
||||||
.dapp-card__icon {
|
.dapp-card__icon {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
height: 4rem;
|
height: 4rem;
|
||||||
aspect-ratio: 1/1;
|
aspect-ratio: 1/1;
|
||||||
border-radius: 0.5rem;
|
border-radius: 0.5rem;
|
||||||
@ -862,6 +865,10 @@ theme-toggle {
|
|||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
background-color: rgba(var(--text-color), 0.06);
|
background-color: rgba(var(--text-color), 0.06);
|
||||||
}
|
}
|
||||||
|
.dapp-card__icon .icon {
|
||||||
|
height: 2rem;
|
||||||
|
width: 2rem;
|
||||||
|
}
|
||||||
.dapp-card__category {
|
.dapp-card__category {
|
||||||
font-size: 0.8rem;
|
font-size: 0.8rem;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
@ -942,6 +949,15 @@ theme-toggle {
|
|||||||
.hide-on-small {
|
.hide-on-small {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
#list_header > :nth-child(1) {
|
||||||
|
order: 1;
|
||||||
|
}
|
||||||
|
#list_header > :nth-child(2) {
|
||||||
|
order: 3;
|
||||||
|
}
|
||||||
|
#list_header > :nth-child(3) {
|
||||||
|
order: 2;
|
||||||
|
}
|
||||||
#category_selector {
|
#category_selector {
|
||||||
margin-left: -1rem;
|
margin-left: -1rem;
|
||||||
max-width: initial;
|
max-width: initial;
|
||||||
|
|||||||
2
css/main.min.css
vendored
2
css/main.min.css
vendored
File diff suppressed because one or more lines are too long
@ -797,11 +797,18 @@ theme-toggle {
|
|||||||
background-color: rgba(var(--text-color), 0.02);
|
background-color: rgba(var(--text-color), 0.02);
|
||||||
border-radius: 1rem;
|
border-radius: 1rem;
|
||||||
&__icon {
|
&__icon {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
height: 4rem;
|
height: 4rem;
|
||||||
aspect-ratio: 1/1;
|
aspect-ratio: 1/1;
|
||||||
border-radius: 0.5rem;
|
border-radius: 0.5rem;
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
background-color: rgba(var(--text-color), 0.06);
|
background-color: rgba(var(--text-color), 0.06);
|
||||||
|
.icon {
|
||||||
|
height: 2rem;
|
||||||
|
width: 2rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
&__category {
|
&__category {
|
||||||
font-size: 0.8rem;
|
font-size: 0.8rem;
|
||||||
@ -885,6 +892,18 @@ theme-toggle {
|
|||||||
&[data-page="dapps"] {
|
&[data-page="dapps"] {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#list_header {
|
||||||
|
& > :nth-child(1) {
|
||||||
|
order: 1;
|
||||||
|
}
|
||||||
|
& > :nth-child(2) {
|
||||||
|
order: 3;
|
||||||
|
}
|
||||||
|
& > :nth-child(3) {
|
||||||
|
order: 2;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#category_selector {
|
#category_selector {
|
||||||
margin-left: -1rem;
|
margin-left: -1rem;
|
||||||
max-width: initial;
|
max-width: initial;
|
||||||
|
|||||||
42
index.html
42
index.html
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user