Skip to content

Commit

Permalink
Merge branch 'Ali-Sdg90:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali-Sdg90 authored May 16, 2024
2 parents 23583a1 + 17a7856 commit 6a5fd86
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
12 changes: 12 additions & 0 deletions Style/_edit-section.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@
border-radius: 5px;
padding-right: 10px;
overflow: hidden;
transition: background-color 1s;

&:hover {
transition: background-color 0.15s;
background: rgb(54, 54, 179);
}

.member-info {
display: flex;
Expand Down Expand Up @@ -138,6 +144,12 @@
border-radius: 5px;
padding: 0 5px 0 10px;
overflow: hidden;
transition: background-color 1s;

&:hover {
transition: background-color 0.15s;
background: rgb(51, 130, 39);
}

.add-member-inputs {
display: flex;
Expand Down
10 changes: 10 additions & 0 deletions Style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,11 @@ body {
border-radius: 5px;
padding-right: 10px;
overflow: hidden;
transition: background-color 1s;
}
.edit-section .edit-list-container .edit-list [class*=member-row]:hover {
transition: background-color 0.15s;
background: rgb(54, 54, 179);
}
.edit-section .edit-list-container .edit-list [class*=member-row] .member-info {
display: flex;
Expand Down Expand Up @@ -323,6 +328,11 @@ body {
border-radius: 5px;
padding: 0 5px 0 10px;
overflow: hidden;
transition: background-color 1s;
}
.edit-section .edit-list-container .edit-list .add-member:hover {
transition: background-color 0.15s;
background: rgb(51, 130, 39);
}
.edit-section .edit-list-container .edit-list .add-member .add-member-inputs {
display: flex;
Expand Down
2 changes: 1 addition & 1 deletion Style/style.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6a5fd86

Please sign in to comment.