Skip to content

Commit

Permalink
adicionado hover ao card
Browse files Browse the repository at this point in the history
  • Loading branch information
GRVial committed Apr 12, 2022
1 parent 7d74c31 commit e9139b5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 6 additions & 1 deletion stag.io/src/pages/Vagas/Card.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
box-sizing: border-box;
}

.card-container:hover {
background-color: lightgray;
cursor: pointer;
}

.left-container {
width: 500px;
float: left;
Expand Down Expand Up @@ -51,4 +56,4 @@
border: 1px solid black;
border-radius: 18px;
background: rgba(249, 234, 234, 1);
}
}
1 change: 0 additions & 1 deletion stag.io/src/pages/Vagas/Card.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React, { Component } from 'react';


import './Card.css';

class Card extends Component {
Expand Down

0 comments on commit e9139b5

Please sign in to comment.