This commit is contained in:
Dede Fuji Abdul 2023-10-30 12:39:53 +07:00
parent c11d286a7e
commit f0f4f4fc7a

View File

@ -1292,6 +1292,10 @@ select {
width: 3.5rem;
}
.w-16 {
width: 4rem;
}
.w-2 {
width: 0.5rem;
}
@ -1352,10 +1356,6 @@ select {
width: 1px;
}
.w-16 {
width: 4rem;
}
.max-w-2xl {
max-width: 42rem;
}
@ -1910,6 +1910,10 @@ select {
fill: #16a34a;
}
.fill-primary-300 {
fill: #689daa;
}
.fill-primary-500 {
fill: #035b71;
}
@ -1922,10 +1926,6 @@ select {
fill: #fff;
}
.fill-primary-300 {
fill: #689daa;
}
.stroke-white {
stroke: #fff;
}