Skip to content

Commit

Permalink
Merge pull request #440 from Real-Dev-Squad/develop
Browse files Browse the repository at this point in the history
Dev to main sync
  • Loading branch information
ankushdharkar authored Aug 3, 2023
2 parents 00cfdff + 15ebb21 commit 45ed70f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions groups/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
justify-content: center;
flex-direction: column;
gap: 10px;
position: relative;
}

.groups {
Expand Down Expand Up @@ -111,6 +112,10 @@
margin-bottom: 0.6rem;
border-radius: 0.6rem;
}
.groups-list li:hover {
cursor: pointer;
background-color: var(--color-active-groups-background);
}
.group-name {
font-size: larger;
}
Expand Down Expand Up @@ -158,6 +163,12 @@
border: none;
}

.btn-add-role {
position: absolute;
top: 3%;
left: 5%;
}

/*
*
LOADER CLASSES
Expand Down Expand Up @@ -198,6 +209,9 @@ NOT VERIFIED TEXT ABOVE
}

@media (max-width: 650px) {
.btn-add-role {
position: static;
}
.manage-groups {
flex-direction: column-reverse;
padding: 1.2rem;
Expand Down

0 comments on commit 45ed70f

Please sign in to comment.