Skip to content

Commit 72a6db7

Browse files
Merge pull request #28 from codeit-6team/feat/index-css
- spacing 변수 설정 - button cursor 스타일 설정
2 parents 7ff2a95 + 17dc976 commit 72a6db7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/index.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,14 @@
5757
list-style: none;
5858
}
5959

60+
button {
61+
cursor: pointer;
62+
}
63+
64+
button:disabled {
65+
cursor: default;
66+
}
67+
6068
html {
6169
font-family: 'SpoqaHanSansNeo-Regular', sans-serif;
6270
}
@@ -88,4 +96,5 @@
8896
--text-body1: 16px;
8997
--text-body2: 14px;
9098
--text-caption: 12px;
99+
--spacing: 0.0625rem;
91100
}

0 commit comments

Comments
 (0)