Skip to content

Commit

Permalink
corrigindo erros
Browse files Browse the repository at this point in the history
  • Loading branch information
710lucas committed Nov 15, 2023
1 parent 8ce9d59 commit 0534265
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
16 changes: 16 additions & 0 deletions src/pages/Group/Group.less
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,26 @@
border: 1px solid var(--primary-color);
border-radius: 0px 0px var(--border-radius) var(--border-radius) ;
border-top: none;

.group-tab-participacao{
background-color: var(--secondary-color);
position: absolute;
left: 100%;
padding: 0.5rem 1rem;
margin-right: 2%;
border: none;
border-radius: 0.5rem;
color: white;
font-weight: bold;
top: -12rem;
transform: translate(-110%, 25%);
cursor: pointer;
}
}




#intro-tabs-wrapper{
width: 100%;
filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
Expand Down
1 change: 0 additions & 1 deletion src/pages/Group/GroupTabs/GroupPeople/GroupPeople.less
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
}

.info {
margin-left: 1rem;

color: @font-color-v2;
padding-top: 2rem;
Expand Down

0 comments on commit 0534265

Please sign in to comment.