add .is-disabled

This commit is contained in:
Thomas Willems
2024-01-28 11:14:17 +01:00
parent c7cc3eca4a
commit 20ae02dd48
3 changed files with 18 additions and 7 deletions

View File

@@ -1334,11 +1334,6 @@ video {
transition-duration: 150ms;
}
.disabled-link {
opacity: 0.25;
cursor: default;
}
.duration-200 {
transition-duration: 200ms;
}
@@ -1355,6 +1350,11 @@ video {
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.is-disabled {
opacity: 0.25;
cursor: default;
}
.last\:border-b-0:last-child {
border-bottom-width: 0px;
}