Skip to content
Snippets Groups Projects
Commit 0b96d387 authored by Antoine Dupré's avatar Antoine Dupré
Browse files

fix: button style for circles list admin

parent 29e421fd
No related branches found
No related tags found
No related merge requests found
Pipeline #15001 passed
......@@ -73,6 +73,23 @@
}
}
#admin-circles {
.add-member-button button {
background: var(--color-primary);
border: 2px solid var(--color-primary);
border-radius: 4px;
color: #fff;
display: inline-block;
font-size: 12px;
font-weight: 700;
margin: 10px 0;
padding: 8px 12px;
text-align: center;
text-transform: uppercase;
}
}
#circles-information {
#circles-profile {
background: var(--color-bg-page);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment