Add theme introspecting mapcomplete changes

This commit is contained in:
Pieter Vander Vennet 2022-01-16 02:00:55 +01:00
parent ccb548816f
commit 2e2a6965e7
8 changed files with 275 additions and 47 deletions

View file

@ -748,14 +748,14 @@ video {
right: 0.75rem;
}
.top-4 {
top: 1rem;
}
.bottom-0 {
bottom: 0px;
}
.top-4 {
top: 1rem;
}
.right-1\/3 {
right: 33.333333%;
}
@ -1096,6 +1096,10 @@ video {
width: 6rem;
}
.w-6 {
width: 1.5rem;
}
.w-10 {
width: 2.5rem;
}
@ -1120,8 +1124,8 @@ video {
width: 2.75rem;
}
.w-6 {
width: 1.5rem;
.w-4 {
width: 1rem;
}
.w-16 {
@ -1182,23 +1186,6 @@ video {
transform: var(--tw-transform);
}
@-webkit-keyframes spin {
to {
transform: rotate(360deg);
}
}
@keyframes spin {
to {
transform: rotate(360deg);
}
}
.animate-spin {
-webkit-animation: spin 1s linear infinite;
animation: spin 1s linear infinite;
}
@-webkit-keyframes pulse {
50% {
opacity: .5;
@ -1216,6 +1203,23 @@ video {
animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@-webkit-keyframes spin {
to {
transform: rotate(360deg);
}
}
@keyframes spin {
to {
transform: rotate(360deg);
}
}
.animate-spin {
-webkit-animation: spin 1s linear infinite;
animation: spin 1s linear infinite;
}
.cursor-pointer {
cursor: pointer;
}
@ -1339,6 +1343,10 @@ video {
border-radius: 0.5rem;
}
.rounded-sm {
border-radius: 0.125rem;
}
.rounded-l {
border-top-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
@ -1564,16 +1572,16 @@ video {
line-height: 1.75rem;
}
.text-2xl {
font-size: 1.5rem;
line-height: 2rem;
}
.text-lg {
font-size: 1.125rem;
line-height: 1.75rem;
}
.text-2xl {
font-size: 1.5rem;
line-height: 2rem;
}
.text-4xl {
font-size: 2.25rem;
line-height: 2.5rem;