Skip to content

Commit

Permalink
feat: add style horario
Browse files Browse the repository at this point in the history
  • Loading branch information
ialexanderbrito committed Apr 9, 2022
1 parent 0cb94b8 commit caeec43
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions src/pages/Barbeiro/Barbeiro.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,19 @@
margin-right: 0px;
}

.hourContainer {
display: flex;
background: var(--black-medium);
width: 354px;
align-items: center;
justify-content: center;
font-size: 34px;
border-radius: 10px;

font-family: Orbitron, sans-serif;
font-weight: 600;
}

.containerList {
display: flex;
width: 100%;
Expand Down Expand Up @@ -99,6 +112,7 @@
border-radius: 5px;
font-size: 14px;
border: none;
margin-bottom: 20px;

&:hover {
background: var(--orange);
Expand Down Expand Up @@ -127,6 +141,20 @@
flex-direction: column;
height: 50vh;
margin-right: 22px;
margin-top: 35px;
}

.hourContainer {
display: flex;
background: var(--black-medium);
width: 100%;
align-items: center;
justify-content: center;
font-size: 34px;
border-radius: 10px;

font-family: Orbitron, sans-serif;
font-weight: 600;
}

.containerList {
Expand Down

0 comments on commit caeec43

Please sign in to comment.