forked from brooksbingham/theme-elegance
chore:push assets
parent
9a75069ebe
commit
73945604ab
|
@ -1130,6 +1130,10 @@ select {
|
|||
max-width: 180px;
|
||||
}
|
||||
|
||||
.max-w-\[100px\] {
|
||||
max-width: 100px;
|
||||
}
|
||||
|
||||
.flex-1 {
|
||||
flex: 1 1 0%;
|
||||
}
|
||||
|
@ -1548,6 +1552,14 @@ select {
|
|||
padding-left: 1.5rem;
|
||||
}
|
||||
|
||||
.pt-2 {
|
||||
padding-top: 0.5rem;
|
||||
}
|
||||
|
||||
.pt-3 {
|
||||
padding-top: 0.75rem;
|
||||
}
|
||||
|
||||
.text-left {
|
||||
text-align: left;
|
||||
}
|
||||
|
@ -1903,6 +1915,10 @@ input[type="radio"]:focus,input[type="checkbox"]:focus {
|
|||
max-width: 70%;
|
||||
}
|
||||
|
||||
.max-md\:max-w-\[100px\] {
|
||||
max-width: 100px;
|
||||
}
|
||||
|
||||
.max-md\:flex-col {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
@ -1911,6 +1927,14 @@ input[type="radio"]:focus,input[type="checkbox"]:focus {
|
|||
align-items: flex-end;
|
||||
}
|
||||
|
||||
.max-md\:items-center {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.max-md\:justify-center {
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.max-md\:px-2 {
|
||||
padding-left: 0.5rem;
|
||||
padding-right: 0.5rem;
|
||||
|
@ -2014,6 +2038,10 @@ input[type="radio"]:focus,input[type="checkbox"]:focus {
|
|||
gap: 0px;
|
||||
}
|
||||
|
||||
.md\:gap-4 {
|
||||
gap: 1rem;
|
||||
}
|
||||
|
||||
.md\:object-cover {
|
||||
-o-object-fit: cover;
|
||||
object-fit: cover;
|
||||
|
|
Loading…
Reference in New Issue