feat(15): putting state values into summary step

This commit is contained in:
efim
2023-07-15 12:55:22 +00:00
parent 998cc778e6
commit f9c32fd7dc
4 changed files with 67 additions and 33 deletions

View File

@@ -665,10 +665,6 @@ video {
height: 100vh;
}
.h-40 {
height: 10rem;
}
.w-11\/12 {
width: 91.666667%;
}
@@ -723,10 +719,18 @@ video {
grid-template-columns: 1fr 100px;
}
.grid-cols-\[auto_1fr\] {
grid-template-columns: auto 1fr;
}
.grid-cols-\[repeat\(4\2c _auto\)\] {
grid-template-columns: repeat(4, auto);
}
.grid-cols-\[1fr_auto\] {
grid-template-columns: 1fr auto;
}
.flex-row {
flex-direction: row;
}
@@ -805,11 +809,6 @@ video {
background-color: rgb(187 247 208 / var(--tw-bg-opacity));
}
.bg-light-gray {
--tw-bg-opacity: 1;
background-color: hsl(229 24% 87% / var(--tw-bg-opacity));
}
.bg-magnolia {
--tw-bg-opacity: 1;
background-color: hsl(217 100% 97% / var(--tw-bg-opacity));
@@ -920,6 +919,11 @@ video {
color: hsl(231 11% 63% / var(--tw-text-opacity));
}
.text-green-500 {
--tw-text-opacity: 1;
color: rgb(34 197 94 / var(--tw-text-opacity));
}
.text-light-gray {
--tw-text-opacity: 1;
color: hsl(229 24% 87% / var(--tw-text-opacity));
@@ -935,11 +939,6 @@ video {
color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-green-500 {
--tw-text-opacity: 1;
color: rgb(34 197 94 / var(--tw-text-opacity));
}
.drop-shadow-xl {
--tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);