9remote 2.1.12 → 2.1.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1382,9 +1382,6 @@ button {
|
|
|
1382
1382
|
.max-w-md{
|
|
1383
1383
|
max-width: 28rem;
|
|
1384
1384
|
}
|
|
1385
|
-
.max-w-none{
|
|
1386
|
-
max-width: none;
|
|
1387
|
-
}
|
|
1388
1385
|
.max-w-sm{
|
|
1389
1386
|
max-width: 24rem;
|
|
1390
1387
|
}
|
|
@@ -1754,6 +1751,10 @@ button {
|
|
|
1754
1751
|
.bg-\[length\:20px_20px\]{
|
|
1755
1752
|
background-size: 20px 20px;
|
|
1756
1753
|
}
|
|
1754
|
+
.object-contain{
|
|
1755
|
+
-o-object-fit: contain;
|
|
1756
|
+
object-fit: contain;
|
|
1757
|
+
}
|
|
1757
1758
|
.object-cover{
|
|
1758
1759
|
-o-object-fit: cover;
|
|
1759
1760
|
object-fit: cover;
|