Style the job pages
Style the image page Small fixes
This commit is contained in:
12
resources/assets/sass/components/_input.scss
vendored
12
resources/assets/sass/components/_input.scss
vendored
@@ -27,3 +27,15 @@
|
||||
color: $text-color;
|
||||
}
|
||||
}
|
||||
.text_input, .texterea_input {
|
||||
padding: 13px 5px;
|
||||
|
||||
font-family: Montserrat, serif;
|
||||
font-size: 14px;
|
||||
font-weight: normal;
|
||||
line-height: 1.25;
|
||||
color: $text-color;
|
||||
border: 1px solid #efefef;
|
||||
border-radius: 5px;
|
||||
background-color: $element-bg;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user