scan interface variants

This commit is contained in:
Александр Бабкин
2022-07-12 13:16:50 +03:00
parent 8a971e1667
commit 1f59cda01d
2 changed files with 79 additions and 34 deletions

View File

@@ -749,6 +749,9 @@ select {
.mb-4 {
margin-bottom: 1rem;
}
.-mb-px {
margin-bottom: -1px;
}
.block {
display: block;
}
@@ -879,6 +882,9 @@ select {
.flex-col {
flex-direction: column;
}
.flex-wrap {
flex-wrap: wrap;
}
.items-center {
align-items: center;
}
@@ -924,6 +930,10 @@ select {
border-top-right-radius: 0.375rem;
border-bottom-right-radius: 0.375rem;
}
.rounded-t-lg {
border-top-left-radius: 0.5rem;
border-top-right-radius: 0.5rem;
}
.border {
border-width: 1px;
}
@@ -989,6 +999,10 @@ select {
--tw-bg-opacity: 1;
background-color: rgb(238 242 255 / var(--tw-bg-opacity));
}
.bg-gray-50 {
--tw-bg-opacity: 1;
background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.fill-current {
fill: currentColor;
}
@@ -998,6 +1012,9 @@ select {
.p-2 {
padding: 0.5rem;
}
.p-4 {
padding: 1rem;
}
.px-4 {
padding-left: 1rem;
padding-right: 1rem;