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.

41 lines
799 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;
border:1px solid #bbb;
2 years ago
width: 100%;
margin-bottom:25px;
2 years ago
&:focus, &:focus-visible{
outline:none;
}
}
2 years ago
.black-submit-button{
font-size:14px;
color:#fff;
background: #212121;;
border-radius:100px;
padding : 11px 20px;
cursor:pointer;
display: inline-block;
2 years ago
}