_job-find.scss
2.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
/** =====================
Job-pages css start
========================== **/
.job-right-header {
.card-header .card-header-right {
top: 7px;
right: 15px;
}
.radio-inline {
display: block;
}
.checkbox-fade {
display: block;
label {
position: absolute;
z-index: 99;
}
div {
position: relative;
padding-left: 40px;
margin-bottom: 20px;
}
}
a {
color: $primary-color;
font-weight: 600;
}
}
.job-details-list {
padding-left: inherit;
list-style-type: square;
margin-bottom: 40px;
li {
margin-bottom: 10px;
}
}
.company-name {
p {
font-weight: 600;
font-size: 20px;
margin-bottom: 5px;
}
}
.job-cards {
.media {
padding-top: 20px;
padding-bottom: 20px;
display: flex;
align-items: center;
position: relative;
border-bottom: 1px solid #ddd;
}
&:last-child {
.media {
border-bottom: none;
padding-bottom: 0;
}
}
img {
width: 60px;
}
.media-right {
position: absolute;
top: 20px;
right: 0;
}
.media-left{
@media only screen and ( max-width:575px ){
padding-right: 0;
}
}
}
.job-badge {
position: absolute;
top: 35px;
right: -15px;
&:after{
content: "";
border: 7px solid transparent;
border-top-color: darken($primary-color, 15%);
position: absolute;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
top: -7px;
right: 8px;
z-index: 1;
}
.label{
width: 80px;
text-align: center;
padding: 7px;
border-radius: 0;
z-index: 10;
}
@media only screen and ( max-width: 768px ){
display: none;
}
}
.job-lable {
margin-bottom: 20px;
.label {
margin: 5px 10px 5px 0;
position: relative;
z-index: 9;
display: inline-block;
padding: 5px 10px 5px 12px;
}
}
.job-card-desc {
font-weight: 600;
margin-top: 10px;
cursor: pointer;
}
.job-meta-data {
text-transform: capitalize;
font-size: 12px;
margin-bottom: 10px;
i {
margin-right: 5px;
color: $primary-color;
}
}
/**====== Job-pages css end ======**/