feat(15): initial step 4 styling

This commit is contained in:
efim
2023-07-11 17:52:43 +00:00
parent 68bd81ec3c
commit 3c51273cc3
2 changed files with 134 additions and 12 deletions

View File

@@ -794,6 +794,16 @@ video {
column-gap: 1.25rem;
}
.gap-y-4 {
row-gap: 1rem;
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
--tw-divide-y-reverse: 0;
border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.self-center {
align-self: center;
}
@@ -862,6 +872,26 @@ video {
background-color: rgb(234 179 8 / var(--tw-bg-opacity));
}
.bg-cool-gray {
--tw-bg-opacity: 1;
background-color: hsl(231 11% 63% / var(--tw-bg-opacity));
}
.bg-light-blue {
--tw-bg-opacity: 1;
background-color: hsl(206 94% 87% / var(--tw-bg-opacity));
}
.bg-pastel-blue {
--tw-bg-opacity: 1;
background-color: hsl(228 100% 84% / var(--tw-bg-opacity));
}
.bg-purplish-blue {
--tw-bg-opacity: 1;
background-color: hsl(243 100% 62% / var(--tw-bg-opacity));
}
.bg-sidebar-mobile {
background-image: url("images/bg-sidebar-mobile.svg");
}