Skip to content

Commit

Permalink
CSS works left for #121 #123
Browse files Browse the repository at this point in the history
wip: css styles for NavPan and init new provider menu
  • Loading branch information
SirrorsMoore1975 authored and SirrorsMoore1975 committed Dec 9, 2023
1 parent 7d4b72a commit a44d00b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion client/src/styles/Button.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}

.button:hover {
background-color: rrgb(255, 152, 170);;
background-color: rgb(255, 152, 170);
cursor: pointer;
}

Expand Down
4 changes: 2 additions & 2 deletions client/src/styles/NavPanel.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
}

.provider_btn {
width: 200px;
height: 75px;
width: 175px;
height: 50px;
}

.provider_name {
Expand Down
2 changes: 1 addition & 1 deletion client/src/styles/Provider.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
margin-left: 150px;
}

button:hover {
.button-review:hover {
background-color: rgb(255, 152, 170);
cursor: pointer;
}
Expand Down
8 changes: 4 additions & 4 deletions client/src/styles/ProviderInfo.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,20 +38,20 @@ body {
justify-content:center;
}

.button {
.button { /*
background-color: pink;
height: 50px;
width: 100px;
border-radius: 10px;
font-size: 15px;
color: white;
border-color: 1px solid #66a7bf
}
*/}

button:hover {
.button:hover { /*
background-color: rgb(255, 152, 170);
cursor: pointer;
}
*/}

.provider-logo {
display: flex;
Expand Down

0 comments on commit a44d00b

Please sign in to comment.