Skip to content
Snippets Groups Projects
Commit 9f6213a2 authored by Benoit Alessandroni's avatar Benoit Alessandroni
Browse files

update: fixing headline rendering

parent 697e9360
No related branches found
No related tags found
1 merge request!172First integration to Hubl of the resource component
Pipeline #8051 passed
......@@ -17,7 +17,7 @@ solid-event section {
}
.red-button,
.event-type {
background-color: var(--color-secondary);
background-color: var(--color-add-button-background);
}
.black-button {
background-color: var(--highlight-font-color);
......@@ -58,20 +58,20 @@ solid-event section {
padding: 5px 20px;
color: var(--color-primary);
}
.headline h2 {
float: left;
margin-top: 35px;
color: var(--color-primary);
text-transform: none;
font-family: "RefrigeratorDelxW01Bold";
font-size: 2.4rem;
}
solid-form {
solid-form-dropdown-label {
margin-left: 15px;
label {
height: 2.5rem;
}
&::before {
font-family: "RefrigeratorDelxW01Bold";
font-size: 2.4rem;
line-height: 29px;
color: var(--color-primary);
top: -40px;
content: "Research an event";
}
}
}
[name="name"] {
......
......@@ -33,7 +33,7 @@
position: relative;
}
.listresources .lnk-newkeyword {
top: 142px;
top: 155px;
left: 220px;
.button.thin-button.mdi {
padding: 5px 20px;
......@@ -43,7 +43,10 @@
.headline h2 {
float: left;
margin-top: 5px;
color: var(--color-secondary);
color: var(--color-primary);
text-transform: none;
font-family: "RefrigeratorDelxW01Bold";
font-size: 2.4rem;
}
solid-form {
select {
......
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