Skip to content

Commit

Permalink
css of buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
noam_wsl committed Dec 5, 2024
1 parent 6c2211a commit 7cdfeda
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,21 @@
min-height: 0;
}

.popupBlockedContainer {
.popupBlockedContainer,
.stayButtonContainer {
display: flex;
align-items: center;
justify-content: center;
flex-direction: row;
}

.popupBlockedButton {
.popupBlockedButton,
.stayButton {
display: flex;
align-items: center;
justify-content: space-between;
color: #222222;
font-size: 10px;
font-size: 14px;
margin-right: 10px;
background: #C1C1C1;
padding: 5px;
Expand Down

0 comments on commit 7cdfeda

Please sign in to comment.