Commit 429c224a authored by Kim, Subin's avatar Kim, Subin
Browse files

폰트 적용 및 스타일 변경

parent 28c5742b
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
.textInput { .textInput {
border: none; border: none;
border-bottom: 2px solid #000; border-bottom: 1px solid #000;
border-radius: 0; border-radius: 0;
&:focus { &:focus {
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
.textArea { .textArea {
resize: none; resize: none;
border: 2px solid #000; border: 1px solid #000;
border-radius: 0; border-radius: 0;
&:focus { &:focus {
......
...@@ -52,6 +52,14 @@ h1, h2, h3, h4, h5, h6 { ...@@ -52,6 +52,14 @@ h1, h2, h3, h4, h5, h6 {
font-family: "Plex-Bold"; font-family: "Plex-Bold";
} }
input, label, textarea {
font-family: "Plex-Text";
}
button {
font-family: "Plex-Reg";
}
@include media-breakpoint-up(sm) { @include media-breakpoint-up(sm) {
#box { #box {
width: 400px; width: 400px;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment