Skip to content
This repository was archived by the owner on Mar 16, 2024. It is now read-only.

Commit 91f64ae

Browse files
committed
refactor: improve label styles
1 parent 49658f9 commit 91f64ae

File tree

4 files changed

+5
-8
lines changed

4 files changed

+5
-8
lines changed

dist/cherry.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cherry-postcss",
3-
"version": "0.0.1-9",
3+
"version": "0.0.1-10",
44
"description": "Cherry for PostCSS",
55
"author": "Luan Gjokaj <[email protected]>",
66
"homepage": "https://cherry.design",

src/inputs.css

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ input[type="radio"] {
7979
height: 22px;
8080
display: inline-block;
8181
position: relative;
82+
margin-right: 7px;
8283

8384
&.big {
8485
width: 32px;
@@ -170,10 +171,6 @@ label {
170171
padding: 0;
171172
margin: 0;
172173

173-
&[for] {
174-
padding: 0 0 0 7px;
175-
}
176-
177174
&.error {
178175
color: var(--color-error);
179176
}

0 commit comments

Comments
 (0)