Add example images to presets, fix these in bike_repair_station, add more repair_stand examples, fix fake svgs, wording updates

This commit is contained in:
Pieter Vander Vennet 2022-02-09 03:38:40 +01:00
parent 58cd866e54
commit 186b8a79ac
26 changed files with 171 additions and 190 deletions

View file

@ -1072,6 +1072,14 @@ video {
height: 0px;
}
.h-40 {
height: 10rem;
}
.h-64 {
height: 16rem;
}
.h-3 {
height: 0.75rem;
}
@ -1154,6 +1162,10 @@ video {
width: min-content;
}
.w-auto {
width: auto;
}
.w-max {
width: -webkit-max-content;
width: -moz-max-content;
@ -1202,23 +1214,6 @@ video {
transform: var(--tw-transform);
}
@-webkit-keyframes pulse {
50% {
opacity: .5;
}
}
@keyframes pulse {
50% {
opacity: .5;
}
}
.animate-pulse {
-webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@-webkit-keyframes spin {
to {
transform: rotate(360deg);
@ -1236,6 +1231,23 @@ video {
animation: spin 1s linear infinite;
}
@-webkit-keyframes pulse {
50% {
opacity: .5;
}
}
@keyframes pulse {
50% {
opacity: .5;
}
}
.animate-pulse {
-webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.cursor-pointer {
cursor: pointer;
}
@ -1276,6 +1288,10 @@ video {
align-items: baseline;
}
.items-stretch {
align-items: stretch;
}
.justify-end {
justify-content: flex-end;
}
@ -2613,6 +2629,10 @@ input {
padding: 0.75rem;
}
.md\:pt-4 {
padding-top: 1rem;
}
.md\:pt-0 {
padding-top: 0px;
}
@ -2621,10 +2641,6 @@ input {
padding-bottom: 0px;
}
.md\:pt-4 {
padding-top: 1rem;
}
.md\:text-2xl {
font-size: 1.5rem;
line-height: 2rem;