diff --git a/CSS/Element/button.css b/CSS/Element/button.css index 13914dd..8df442c 100644 --- a/CSS/Element/button.css +++ b/CSS/Element/button.css @@ -6,4 +6,21 @@ font-size: var(--font-size-text); border-radius: 3px; text-decoration: none; +} + +.btn-user { + border-radius: 9999px; + color: var(--brand-primary); + background-color: var(--brand-white); + display: flex; + flex-direction: row; + justify-content: center; + justify-items: center; + align-items: center; + width: fit-content; + aspect-ratio: 1/1; +} + +.btn-user > span { + font-size: 28px; } \ No newline at end of file diff --git a/Views/header.phtml b/Views/header.phtml index 91d5b90..a1ddec0 100644 --- a/Views/header.phtml +++ b/Views/header.phtml @@ -8,6 +8,8 @@ + @@ -17,6 +19,7 @@