You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
757 B
SCSS

2 years ago
html{
font-feature-settings: 'ss01', 'ss02', 'ss08';
scroll-behavior: smooth !important;
}
body{
color:#212121;
letter-spacing: -1px;
font-family: "Noto Sans KR", sans-serif !important;
overflow-y: auto;
overflow-x: hidden;
}
a {
color:#212121 !important;
text-decoration: none !important;
}
.jost{
font-family: 'Jost', serif !important;
}
.k-input{
font-weight: 300;
font-size: 18px;
line-height: 140%;
2 years ago
padding:10px;
2 years ago
border:0;
2 years ago
border:1px solid #c5c5c5;
border-radius: 10px;
2 years ago
width: 100%;
2 years ago
margin-bottom:10px;
2 years ago
&:focus, &:focus-visible{
outline:none;
}
}
2 years ago
.black-submit-button{
background:#212121;
border-radius: 10px;
2 years ago
color:white;
2 years ago
padding:10px 20px;
2 years ago
}