From 2c4ce4127b949570cf12c8f87445877765efd6f1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ga=C3=ABlle=20Morin?= <morin.gaelle@gmail.com>
Date: Wed, 30 Oct 2019 15:29:23 +0100
Subject: [PATCH] create-button ok

---
 src/page-admin-circles.pug                   | 2 +-
 src/styles/base/form.scss                    | 5 +++++
 src/styles/layout/circle/circle-profile.scss | 6 ++++--
 3 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/src/page-admin-circles.pug b/src/page-admin-circles.pug
index f24c0a36..ac5d30e5 100644
--- a/src/page-admin-circles.pug
+++ b/src/page-admin-circles.pug
@@ -37,7 +37,7 @@
     include templates/hd-user-avatar.pug
 
     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
 
diff --git a/src/styles/base/form.scss b/src/styles/base/form.scss
index 68e758be..a3e09710 100644
--- a/src/styles/base/form.scss
+++ b/src/styles/base/form.scss
@@ -106,6 +106,11 @@
       color: white;
     }
 
+    .yellow-button {
+      background: $color-43-100-50;
+      color: white;
+    }
+
     .reversed-btn, sib-delete.reversed-btn button {
       background-color: transparent;
       border: 1px solid #6157e5;
diff --git a/src/styles/layout/circle/circle-profile.scss b/src/styles/layout/circle/circle-profile.scss
index fbc30f43..88c96f82 100644
--- a/src/styles/layout/circle/circle-profile.scss
+++ b/src/styles/layout/circle/circle-profile.scss
@@ -1,4 +1,6 @@
-#circle-information, #circle-edit {
+#circle-information,
+#circle-edit,
+#admin-circle-list {
 
   h2 {
     font-size: 1.7rem;
@@ -16,7 +18,7 @@
       display: block;
     }
 
-    .circle-edit-button {
+    .circle-edit-button, .circle-add-button {
       align-self: flex-end;
       position: absolute;
     }
-- 
GitLab