matcha-theme 19.104.0 → 19.106.0
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.
|
@@ -7,6 +7,8 @@
|
|
|
7
7
|
input[type="password"],
|
|
8
8
|
input[type="number"],
|
|
9
9
|
input[type="search"],
|
|
10
|
+
input[type="date"],
|
|
11
|
+
input[type="time"],
|
|
10
12
|
textarea {
|
|
11
13
|
min-height: px-to-rem(20px); /* Mantém a altura dos inputs de texto */
|
|
12
14
|
line-height: px-to-rem($line-height);
|
|
@@ -64,6 +66,8 @@
|
|
|
64
66
|
input[type="password"],
|
|
65
67
|
input[type="number"],
|
|
66
68
|
input[type="search"],
|
|
69
|
+
input[type="date"],
|
|
70
|
+
input[type="time"],
|
|
67
71
|
textarea {
|
|
68
72
|
background-color: unset;
|
|
69
73
|
color: map-get($grey, $get-shade);
|
|
@@ -77,6 +81,8 @@
|
|
|
77
81
|
input[type="password"]:focus,
|
|
78
82
|
input[type="number"]:focus,
|
|
79
83
|
input[type="search"]:focus,
|
|
84
|
+
input[type="date"]:focus,
|
|
85
|
+
input[type="time"]:focus,
|
|
80
86
|
textarea:focus {
|
|
81
87
|
outline: none;
|
|
82
88
|
}
|
|
@@ -95,6 +101,8 @@
|
|
|
95
101
|
input[type="password"],
|
|
96
102
|
input[type="number"],
|
|
97
103
|
input[type="search"],
|
|
104
|
+
input[type="date"],
|
|
105
|
+
input[type="time"],
|
|
98
106
|
textarea {
|
|
99
107
|
width: 100%;
|
|
100
108
|
outline: none;
|
|
@@ -111,6 +119,8 @@
|
|
|
111
119
|
input[type="password"]:focus,
|
|
112
120
|
input[type="number"]:focus,
|
|
113
121
|
input[type="search"]:focus,
|
|
122
|
+
input[type="date"]:focus,
|
|
123
|
+
input[type="time"]:focus,
|
|
114
124
|
textarea:focus {
|
|
115
125
|
outline: none;
|
|
116
126
|
}
|