feat: icons added via <img> by static path

This commit is contained in:
efim
2023-10-04 06:16:55 +00:00
parent b036002ca8
commit d7dce88751
3 changed files with 40 additions and 11 deletions

View File

@@ -600,6 +600,10 @@ video {
border-radius: 9999px;
}
.rounded-lg {
border-radius: 0.5rem;
}
.rounded-b-3xl {
border-bottom-right-radius: 1.5rem;
border-bottom-left-radius: 1.5rem;
@@ -610,8 +614,8 @@ video {
background-color: hsl(224 30% 27% / var(--tw-bg-opacity));
}
.bg-summary-item-color\/10 {
background-color: hsl(var(--summary-item-color-var) / 0.1);
.bg-summary-item-color\/5 {
background-color: hsl(var(--summary-item-color-var) / 0.05);
}
.bg-gradient-to-t {
@@ -647,10 +651,19 @@ video {
padding-right: 2.5rem;
}
.px-5 {
padding-left: 1.25rem;
padding-right: 1.25rem;
}
.pb-8 {
padding-bottom: 2rem;
}
.pr-2 {
padding-right: 0.5rem;
}
.pt-4 {
padding-top: 1rem;
}
@@ -682,6 +695,11 @@ video {
font-weight: 800;
}
.text-dark-gray-blue {
--tw-text-opacity: 1;
color: hsl(224 30% 27% / var(--tw-text-opacity));
}
.text-pale-blue {
--tw-text-opacity: 1;
color: hsl(221 100% 96% / var(--tw-text-opacity));