forked from brooksbingham/theme-elegance
chore: push assets
parent
9b2b69f24b
commit
1b3ab1de39
|
@ -1400,6 +1400,10 @@ select {
|
|||
stroke-width: 3px;
|
||||
}
|
||||
|
||||
.stroke-2 {
|
||||
stroke-width: 2;
|
||||
}
|
||||
|
||||
.object-contain {
|
||||
-o-object-fit: contain;
|
||||
object-fit: contain;
|
||||
|
@ -1516,6 +1520,10 @@ select {
|
|||
padding-top: 1.5rem;
|
||||
}
|
||||
|
||||
.pl-6 {
|
||||
padding-left: 1.5rem;
|
||||
}
|
||||
|
||||
.text-left {
|
||||
text-align: left;
|
||||
}
|
||||
|
@ -1871,12 +1879,28 @@ input[type="radio"]:focus,input[type="checkbox"]:focus {
|
|||
padding-left: 0.5rem;
|
||||
padding-right: 0.5rem;
|
||||
}
|
||||
|
||||
.max-md\:pl-6 {
|
||||
padding-left: 1.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
@media not all and (min-width: 640px) {
|
||||
.max-sm\:hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.max-sm\:max-w-\[70\%\] {
|
||||
max-width: 70%;
|
||||
}
|
||||
|
||||
.max-sm\:max-w-\[90\%\] {
|
||||
max-width: 90%;
|
||||
}
|
||||
|
||||
.max-sm\:max-w-full {
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 640px) {
|
||||
|
@ -1993,6 +2017,11 @@ input[type="radio"]:focus,input[type="checkbox"]:focus {
|
|||
font-size: 0.875rem;
|
||||
line-height: 1.25rem;
|
||||
}
|
||||
|
||||
.md\:text-3xl {
|
||||
font-size: 1.875rem;
|
||||
line-height: 2.25rem;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 1024px) {
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue