update: fixing headline rendering
This commit is contained in:
parent
697e9360e8
commit
9f6213a295
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user