We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9462575 commit 2db5e8eCopy full SHA for 2db5e8e
app/styles/application.module.css
@@ -142,6 +142,22 @@ noscript {
142
color: white;
143
}
144
145
+/* see https://github.com/twbs/bootstrap/pull/30269 */
146
+::-webkit-datetime-edit,
147
+::-webkit-datetime-edit-fields-wrapper,
148
+::-webkit-datetime-edit-text,
149
+::-webkit-datetime-edit-minute,
150
+::-webkit-datetime-edit-hour-field,
151
+::-webkit-datetime-edit-day-field,
152
+::-webkit-datetime-edit-month-field,
153
+::-webkit-datetime-edit-year-field {
154
+ padding: 0;
155
+}
156
+
157
+::-webkit-calendar-picker-indicator {
158
+ font-size: 0.9em
159
160
161
:global {
162
.c-notification__icon {
163
display: flex;
0 commit comments