Skip to content
Snippets Groups Projects
Commit 2c4ce412 authored by Gaëlle Morin's avatar Gaëlle Morin
Browse files

create-button ok

parent db7b1116
No related branches found
No related tags found
1 merge request!77Circle
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
include templates/hd-user-avatar.pug include templates/hd-user-avatar.pug
div.content-box__info div.content-box__info
sib-link(class="right-btn", next="admin-circle-create") Create a new circle sib-link(class='circle-add-button button yellow-button', next='admin-circle-create') Create a new circle
h3 Circles h3 Circles
......
...@@ -106,6 +106,11 @@ ...@@ -106,6 +106,11 @@
color: white; color: white;
} }
.yellow-button {
background: $color-43-100-50;
color: white;
}
.reversed-btn, sib-delete.reversed-btn button { .reversed-btn, sib-delete.reversed-btn button {
background-color: transparent; background-color: transparent;
border: 1px solid #6157e5; border: 1px solid #6157e5;
......
#circle-information, #circle-edit { #circle-information,
#circle-edit,
#admin-circle-list {
h2 { h2 {
font-size: 1.7rem; font-size: 1.7rem;
...@@ -16,7 +18,7 @@ ...@@ -16,7 +18,7 @@
display: block; display: block;
} }
.circle-edit-button { .circle-edit-button, .circle-add-button {
align-self: flex-end; align-self: flex-end;
position: absolute; position: absolute;
} }
......
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