Studio: usability tests

This commit is contained in:
Pieter Vander Vennet 2023-10-20 19:04:55 +02:00
parent 0f60977b6d
commit 2041a9245d
37 changed files with 524 additions and 446 deletions

View file

@ -1219,15 +1219,15 @@ video {
width: 2.5rem;
}
.w-48 {
width: 12rem;
}
.w-min {
width: -webkit-min-content;
width: min-content;
}
.w-48 {
width: 12rem;
}
.w-auto {
width: auto;
}
@ -1594,6 +1594,10 @@ video {
border-left-width: 4px;
}
.border-l {
border-left-width: 1px;
}
.border-t {
border-top-width: 1px;
}
@ -1602,10 +1606,6 @@ video {
border-right-width: 1px;
}
.border-l {
border-left-width: 1px;
}
.border-dashed {
border-style: dashed;
}
@ -1640,9 +1640,9 @@ video {
border-color: rgb(107 114 128 / var(--tw-border-opacity));
}
.border-gray-200 {
.border-gray-800 {
--tw-border-opacity: 1;
border-color: rgb(229 231 235 / var(--tw-border-opacity));
border-color: rgb(31 41 55 / var(--tw-border-opacity));
}
.border-opacity-50 {