Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
students
Today KU
Commits
429c224a
Commit
429c224a
authored
Oct 12, 2021
by
Kim, Subin
Browse files
폰트 적용 및 스타일 변경
parent
28c5742b
Changes
2
Hide whitespace changes
Inline
Side-by-side
client/src/components/Form/form.module.scss
View file @
429c224a
...
...
@@ -14,7 +14,7 @@
.textInput
{
border
:
none
;
border-bottom
:
2
px
solid
#000
;
border-bottom
:
1
px
solid
#000
;
border-radius
:
0
;
&
:focus
{
...
...
@@ -30,7 +30,7 @@
.textArea
{
resize
:
none
;
border
:
2
px
solid
#000
;
border
:
1
px
solid
#000
;
border-radius
:
0
;
&
:focus
{
...
...
client/src/scss/custom.scss
View file @
429c224a
...
...
@@ -52,6 +52,14 @@ h1, h2, h3, h4, h5, h6 {
font-family
:
"Plex-Bold"
;
}
input
,
label
,
textarea
{
font-family
:
"Plex-Text"
;
}
button
{
font-family
:
"Plex-Reg"
;
}
@include
media-breakpoint-up
(
sm
)
{
#box
{
width
:
400px
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment