Select Git revision
Card.module.scss
-
Pavan Kamath authoredPavan Kamath authored
Card.module.scss 318 B
.card {
display: flex;
background-color: #f8f9fa;
flex-direction: row;
justify-content: center;
width: 200px;
position: relative;
height: 8vh;
border: none;
padding: 10px 10px;
margin: 20px;
&:hover {
border: 1px solid grey;
box-shadow: 1px 1px 6px -3px grey;
cursor: pointer;
}
}