28 lines
451 B
SCSS
28 lines
451 B
SCSS
.RemoteJob {
|
|
// padding: 10px;
|
|
|
|
|
|
position: relative;
|
|
|
|
Image {
|
|
z-index: -1;
|
|
position: absolute;
|
|
}
|
|
|
|
.ReContent {
|
|
padding: 10px;
|
|
font-size: 25px;
|
|
width: 320px;
|
|
height: 230px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
// align-items: center;
|
|
// justify-content: center;
|
|
// background-color: #eaff8f;
|
|
color: #fff;
|
|
font-weight: 400;
|
|
border-radius: 20px;
|
|
border: solid 1px #8c8c8c;
|
|
}
|
|
}
|