1
1
@tailwind base;
2
2
@tailwind components;
3
3
4
+ /* override element defaults */
5
+ b , strong { font-weight : 600 ; }
6
+
4
7
/*vue*/
5
8
[v-cloak ] {display : none}
6
9
7
- /* override element defaults */
8
- b { font-weight : 600 ; }
9
-
10
10
/* @tailwindcss/forms css */
11
- [type = 'text' ], [type = 'email' ], [type = 'url' ], [type = 'password' ], [type = 'number' ], [type = 'date' ], [type = 'datetime-local' ], [type = 'month' ], [type = 'search' ], [type = 'tel' ], [type = 'time' ], [multiple ], textarea , select
11
+ [type = 'text' ], [type = 'email' ], [type = 'url' ], [type = 'password' ], [type = 'number' ], [type = 'date' ], [type = 'datetime-local' ], [type = 'month' ], [type = 'week' ] , [ type = ' search' ], [type = 'tel' ], [type = 'time' ] , [ type = 'color ' ], [multiple ], textarea , select
12
12
{-webkit-appearance : none;-moz-appearance : none;appearance : none;background-color : # fff ;border-color : # 6b7280 ;border-width : 1px ;border-radius : 0 ;padding : 0.5rem 0.75rem ;font-size : 1rem ;line-height : 1.5rem }
13
- [type = 'text' ]: focus, [type = 'email' ]: focus, [type = 'url' ]: focus, [type = 'password' ]: focus, [type = 'number' ]: focus, [type = 'date' ]: focus, [type = 'datetime-local' ]: focus, [type = 'month' ]: focus, [type = 'search' ]: focus, [type = 'tel' ]: focus, [type = 'time' ]: focus , [multiple ]: focus , textarea : focus , select : focus {
13
+ [type = 'text' ]: focus, [type = 'email' ]: focus, [type = 'url' ]: focus, [type = 'password' ]: focus, [type = 'number' ]: focus, [type = 'date' ]: focus, [type = 'datetime-local' ]: focus, [type = 'month' ]: focus, [type = 'week' ] : focus , [ type = ' search' ]: focus, [type = 'tel' ]: focus, [type = 'time' ] : focus , [ type = 'color ' ]: focus , [multiple ]: focus , textarea : focus , select : focus {
14
14
outline : 2px solid transparent;outline-offset : 2px ;--tw-ring-inset : var (--tw-empty , /*!*/ /*!*/ );
15
15
--tw-ring-offset-width : 0px ;--tw-ring-offset-color : # fff ;--tw-ring-color : # 2563eb ;
16
16
--tw-ring-offset-shadow : var (--tw-ring-inset ) 0 0 0 var (--tw-ring-offset-width ) var (--tw-ring-offset-color );
@@ -50,7 +50,8 @@ select{
50
50
[type = 'checkbox' ]: indeterminate: hover, [type = 'checkbox' ]: indeterminate : focus {border-color : transparent;background-color : currentColor}
51
51
[type = 'file' ]{background : unset;border-color : inherit;border-width : 0 ;border-radius : 0 ;padding : 0 ;font-size : unset;line-height : inherit}
52
52
[type = 'file' ]: focus {outline : 1px auto -webkit-focus-ring-color;}
53
-
53
+ [type = 'color' ]{height : 2.4rem ;padding : 2px 3px }
54
+ [type = 'range' ]{height : 2.4rem }
54
55
55
56
/* dark mode autocomplete fields */
56
57
.dark input : -webkit-autofill ,
@@ -83,4 +84,8 @@ select{
83
84
left : 0 ;
84
85
}
85
86
87
+ [role = dialog ].z-10 {
88
+ z-index : 60 ;
89
+ }
90
+
86
91
@tailwind utilities;
0 commit comments