Skip to content

Commit

Permalink
repositioned add role btn
Browse files Browse the repository at this point in the history
  • Loading branch information
mohibkay committed Jul 21, 2023
1 parent 1f9a185 commit 1bdb562
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 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 @@ -162,6 +163,12 @@
border: none;
}

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

/*
*
LOADER CLASSES
Expand Down Expand Up @@ -202,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 1bdb562

Please sign in to comment.