Skip to content

Commit

Permalink
lightened buttons in client and session list, as well as navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
CamSalter committed Feb 1, 2023
1 parent d5b1737 commit cd00ab0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion client/stylesheets/ClientList.scss
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@
padding: 10px;
background-color: rgb(135, 128, 143);
font-weight: bold;
box-shadow: inset 0 0 20px 5px rgba(0,0,0,0.7);
}


Expand Down
2 changes: 0 additions & 2 deletions client/stylesheets/ClientView.scss
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,6 @@
width: 95%;
padding: 10px;
font-weight: bold;
box-shadow: inset 0 0 20px 5px rgba(0,0,0,0.7);
font-style: italic;
}

.session-list-item {
Expand Down
1 change: 0 additions & 1 deletion client/stylesheets/Navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ nav {
}

.nav-button {
box-shadow: inset 0 0 20px 5px rgba(0, 0, 0, 0.5);
margin-right: 2px;
padding: 20px;
background-color: rgb(135, 128, 143);
Expand Down

0 comments on commit cd00ab0

Please sign in to comment.