@lottecode/lottecss 0.0.8 → 0.0.9

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lottecode/lottecss",
3
- "version": "0.0.8",
3
+ "version": "0.0.9",
4
4
  "description": "out of the box design and styling for your semantic markup",
5
5
  "type": "module",
6
6
  "main": "styles.css",
package/src/css/forms.css CHANGED
@@ -50,6 +50,7 @@ body {
50
50
  & input[type="search"] {
51
51
  display: block;
52
52
  width: 100%;
53
+ height: 2rem;
53
54
  padding: 0.375rem 0.75rem;
54
55
  line-height: 1.5;
55
56
  color: var(--color-foreground);
@@ -93,6 +94,7 @@ body {
93
94
  & input[type="datetime-local"] {
94
95
  display: block;
95
96
  width: 100%;
97
+ height: 2rem;
96
98
  padding: 0.375rem 0.75rem;
97
99
  line-height: 1.5;
98
100
  color: var(--color-foreground);
@@ -124,6 +126,7 @@ body {
124
126
  & select {
125
127
  display: block;
126
128
  width: 100%;
129
+ height: 2rem;
127
130
  padding: 0.375rem 0.75rem;
128
131
  line-height: 1.5;
129
132
  color: var(--color-foreground);