Style the job pages
Style the image page Small fixes
This commit is contained in:
3
resources/assets/sass/components/_box.scss
vendored
3
resources/assets/sass/components/_box.scss
vendored
@@ -37,6 +37,9 @@
|
||||
&.full-width {
|
||||
width: CALC(100% - 60px);
|
||||
}
|
||||
&.margin_top {
|
||||
margin-top: 80px;
|
||||
}
|
||||
}
|
||||
.tabs {
|
||||
display: flex;
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
|
||||
.footer_menu {
|
||||
background-image: linear-gradient(to right, #0102b0, #4090e3);
|
||||
padding: 15px 0;
|
||||
@media (max-width: 768px) {
|
||||
padding: 60px 30px 30px 30px;
|
||||
}
|
||||
|
||||
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;
|
||||
}
|
||||
|
||||
4
resources/assets/sass/components/_list.scss
vendored
Normal file
4
resources/assets/sass/components/_list.scss
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
@use '../abstracts/mixin' as *;
|
||||
.list {
|
||||
@include reset-list;
|
||||
}
|
||||
6
resources/assets/sass/components/_page.scss
vendored
6
resources/assets/sass/components/_page.scss
vendored
@@ -15,8 +15,14 @@
|
||||
font-size: 15px;
|
||||
line-height: 1.6;
|
||||
color: $text-dark-color;
|
||||
|
||||
&.margin_bottom {
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
}
|
||||
.action_button {
|
||||
@include font_normal;
|
||||
line-height: 1.4;
|
||||
text-decoration: none;
|
||||
color: $text-dark-color;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user