chore: rebuild Tailwind CSS with new component styles
Rebuild all frontend CSS files to include styles for: - Number stepper component - Tab components - E-commerce shop components 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -153,6 +153,17 @@
|
||||
|
||||
/* Custom utilities layer */
|
||||
@layer utilities {
|
||||
/* Hide number input spinners */
|
||||
.no-spinner::-webkit-outer-spin-button,
|
||||
.no-spinner::-webkit-inner-spin-button {
|
||||
-webkit-appearance: none;
|
||||
margin: 0;
|
||||
}
|
||||
.no-spinner {
|
||||
-moz-appearance: textfield;
|
||||
appearance: textfield;
|
||||
}
|
||||
|
||||
/* Shadow outline utilities for focus states */
|
||||
.shadow-outline-gray {
|
||||
box-shadow: 0 0 0 3px hsla(220, 9%, 83%, 0.45);
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -140,6 +140,18 @@ input[type="checkbox"]:focus {
|
||||
box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.1);
|
||||
}
|
||||
|
||||
/* Hide number input spinners */
|
||||
input[type="number"].no-spinner::-webkit-outer-spin-button,
|
||||
input[type="number"].no-spinner::-webkit-inner-spin-button {
|
||||
-webkit-appearance: none;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
input[type="number"].no-spinner {
|
||||
-moz-appearance: textfield;
|
||||
appearance: textfield;
|
||||
}
|
||||
|
||||
/* Dark mode input styles */
|
||||
.dark input[type="text"],
|
||||
.dark input[type="email"],
|
||||
|
||||
@@ -154,6 +154,17 @@
|
||||
|
||||
/* Custom utilities layer */
|
||||
@layer utilities {
|
||||
/* Hide number input spinners */
|
||||
.no-spinner::-webkit-outer-spin-button,
|
||||
.no-spinner::-webkit-inner-spin-button {
|
||||
-webkit-appearance: none;
|
||||
margin: 0;
|
||||
}
|
||||
.no-spinner {
|
||||
-moz-appearance: textfield;
|
||||
appearance: textfield;
|
||||
}
|
||||
|
||||
/* Shadow outline utilities for focus states */
|
||||
.shadow-outline-gray {
|
||||
box-shadow: 0 0 0 3px hsla(220, 9%, 83%, 0.45);
|
||||
|
||||
File diff suppressed because one or more lines are too long
11
static/vendor/css/tailwind.css
vendored
11
static/vendor/css/tailwind.css
vendored
@@ -153,6 +153,17 @@
|
||||
|
||||
/* Custom utilities layer */
|
||||
@layer utilities {
|
||||
/* Hide number input spinners */
|
||||
.no-spinner::-webkit-outer-spin-button,
|
||||
.no-spinner::-webkit-inner-spin-button {
|
||||
-webkit-appearance: none;
|
||||
margin: 0;
|
||||
}
|
||||
.no-spinner {
|
||||
-moz-appearance: textfield;
|
||||
appearance: textfield;
|
||||
}
|
||||
|
||||
/* Shadow outline utilities for focus states */
|
||||
.shadow-outline-gray {
|
||||
box-shadow: 0 0 0 3px hsla(220, 9%, 83%, 0.45);
|
||||
|
||||
4309
static/vendor/css/tailwind.output.css
vendored
4309
static/vendor/css/tailwind.output.css
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user