@abumble/design-system 0.0.42 → 0.0.44
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/styles.css +7 -7
package/package.json
CHANGED
package/src/styles.css
CHANGED
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
@utility border-container {
|
|
22
|
-
@apply border border-
|
|
22
|
+
@apply border border-border;
|
|
23
23
|
}
|
|
24
24
|
|
|
25
25
|
@utility random-rotation {
|
|
@@ -117,28 +117,28 @@
|
|
|
117
117
|
}
|
|
118
118
|
|
|
119
119
|
.header {
|
|
120
|
-
@apply z-50 fixed w-full top-0 px-3 flex justify-between text-card-foreground bg-card border-container items-center;
|
|
120
|
+
@apply z-50 fixed w-full h-14 top-0 px-3 flex justify-between text-card-foreground bg-card border-container items-center;
|
|
121
121
|
}
|
|
122
122
|
|
|
123
123
|
.sub-heading {
|
|
124
|
-
@apply mt-8 mb-1 font-semibold text-
|
|
124
|
+
@apply mt-8 mb-1 font-semibold text-foreground;
|
|
125
125
|
}
|
|
126
126
|
|
|
127
127
|
.p-text {
|
|
128
|
-
@apply leading-relaxed text-
|
|
128
|
+
@apply leading-relaxed text-foreground;
|
|
129
129
|
}
|
|
130
130
|
|
|
131
131
|
.text-link {
|
|
132
|
-
@apply text-
|
|
132
|
+
@apply text-primary hover:text-primary/80 visited:text-primary/60;
|
|
133
133
|
}
|
|
134
134
|
|
|
135
135
|
.nav-link {
|
|
136
|
-
@apply relative block px-3 py-2 transition text-
|
|
136
|
+
@apply relative block px-3 py-2 transition text-muted-foreground hover:text-foreground;
|
|
137
137
|
}
|
|
138
138
|
|
|
139
139
|
.nav-link:hover,
|
|
140
140
|
.nav-link-active {
|
|
141
|
-
@apply text-
|
|
141
|
+
@apply text-foreground transition duration-200;
|
|
142
142
|
}
|
|
143
143
|
|
|
144
144
|
body {
|