link to live

This commit is contained in:
2023-05-14 16:26:52 +03:00
parent 78f47614fa
commit e55936c8c3
2 changed files with 12 additions and 1 deletions

View File

@ -1564,6 +1564,10 @@ select {
margin-right: 0.5rem;
}
.ml-2 {
margin-left: 0.5rem;
}
.mt-8 {
margin-top: 2rem;
}
@ -2260,6 +2264,11 @@ select {
background-color: rgb(254 243 199 / var(--tw-bg-opacity));
}
.bg-blue-100 {
--tw-bg-opacity: 1;
background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}
.bg-cyan-50 {
--tw-bg-opacity: 1;
background-color: rgb(236 254 255 / var(--tw-bg-opacity));