|
@@ -128,9 +128,7 @@ const handlePosition = (item) => {
|
|
margin-right: 0;
|
|
margin-right: 0;
|
|
}
|
|
}
|
|
&:hover {
|
|
&:hover {
|
|
- box-shadow: 0 16px 40px 0 rgba(153, 153, 153, .3);
|
|
|
|
- background-color: var(--v-primary-lighten5);
|
|
|
|
- // border: 1px solid var(--v-primary-lighten4);
|
|
|
|
|
|
+ box-shadow: 0 16px 40px 0 rgba(153, 153, 153, .8);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.job-info {
|
|
.job-info {
|
|
@@ -201,9 +199,10 @@ const handlePosition = (item) => {
|
|
}
|
|
}
|
|
.user-info {
|
|
.user-info {
|
|
// display: flex;
|
|
// display: flex;
|
|
- padding: 12px 20px;
|
|
|
|
|
|
+ padding: 10px 20px 12px;
|
|
// align-items: center;
|
|
// align-items: center;
|
|
// justify-content: space-between;
|
|
// justify-content: space-between;
|
|
|
|
+ background-color: #b2dfdb2b;
|
|
}
|
|
}
|
|
.names {
|
|
.names {
|
|
font-weight: 500;
|
|
font-weight: 500;
|