Skip to content

Commit 63a4e89

Browse files
committed
Sync the sidebar with doctor-dashboard
1 parent bd5800e commit 63a4e89

3 files changed

Lines changed: 28 additions & 126 deletions

File tree

hds.css

Lines changed: 0 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@
4040
--font-weight-bold: 700;
4141
--tracking-tight: -0.025em;
4242
--radius-lg: 0.5rem;
43-
--default-transition-duration: 150ms;
44-
--default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
4543
--default-font-family: var(--font-sans);
4644
--default-mono-font-family: var(--font-mono);
4745
}
@@ -681,9 +679,6 @@
681679
.inline-block {
682680
display: inline-block;
683681
}
684-
.h-5 {
685-
height: calc(var(--spacing) * 5);
686-
}
687682
.h-16 {
688683
height: calc(var(--spacing) * 16);
689684
}
@@ -696,9 +691,6 @@
696691
.w-1\/2 {
697692
width: calc(1/2 * 100%);
698693
}
699-
.w-5 {
700-
width: calc(var(--spacing) * 5);
701-
}
702694
.w-full {
703695
width: 100%;
704696
}
@@ -714,9 +706,6 @@
714706
.flex-1 {
715707
flex: 1;
716708
}
717-
.shrink-0 {
718-
flex-shrink: 0;
719-
}
720709
.grid-cols-2 {
721710
grid-template-columns: repeat(2, minmax(0, 1fr));
722711
}
@@ -908,22 +897,6 @@
908897
--tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
909898
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
910899
}
911-
.transition {
912-
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
913-
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
914-
transition-duration: var(--tw-duration, var(--default-transition-duration));
915-
}
916-
.duration-75 {
917-
--tw-duration: 75ms;
918-
transition-duration: 75ms;
919-
}
920-
.group-hover\:text-gray-900 {
921-
&:is(:where(.group):hover *) {
922-
@media (hover: hover) {
923-
color: var(--color-gray-900);
924-
}
925-
}
926-
}
927900
.hover\:bg-blue-800 {
928901
&:hover {
929902
@media (hover: hover) {
@@ -1048,15 +1021,6 @@
10481021
}
10491022
}
10501023
}
1051-
.dark\:group-hover\:text-white {
1052-
@media (prefers-color-scheme: dark) {
1053-
&:is(:where(.group):hover *) {
1054-
@media (hover: hover) {
1055-
color: var(--color-white);
1056-
}
1057-
}
1058-
}
1059-
}
10601024
.dark\:hover\:bg-blue-700 {
10611025
@media (prefers-color-scheme: dark) {
10621026
&:hover {
@@ -1207,10 +1171,6 @@
12071171
inherits: false;
12081172
initial-value: 0 0 #0000;
12091173
}
1210-
@property --tw-duration {
1211-
syntax: "*";
1212-
inherits: false;
1213-
}
12141174
@layer properties {
12151175
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
12161176
*, ::before, ::after, ::backdrop {
@@ -1232,7 +1192,6 @@
12321192
--tw-ring-offset-width: 0px;
12331193
--tw-ring-offset-color: #fff;
12341194
--tw-ring-offset-shadow: 0 0 #0000;
1235-
--tw-duration: initial;
12361195
}
12371196
}
12381197
}

0 commit comments

Comments
 (0)