Skip to content
Snippets Groups Projects
Verified Commit 927c76b4 authored by Gaëlle Morin's avatar Gaëlle Morin
Browse files

fix: color for HD beta label

parent 7d82f951
No related branches found
No related tags found
2 merge requests!217Release/hubl 745,!216Feature/hubl 745
Pipeline #7898 passed
......@@ -144,6 +144,12 @@
--color-directory-form-select-icon: var(--color-complementary) !important;
}
/* Text color for the beta label */
#header>div.header-left>span.beta-tag {
color: var(--color-complementary);
}
/* Button to edit a channel or a project (in project-profile) */
#project solid-link[next="project-edit"],
#circle solid-link[next="circle-edit"] {
......
......@@ -46,7 +46,7 @@
padding: 3px 13px 3px 15px;
border-radius: 3px;
background: var(--color-primary);
color: var(--color-complementary);
color: var(--color-white);
position: absolute;
top: -9px;
left: 267px;
......
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