fix previous
This commit is contained in:
parent
a88649d345
commit
4395fe187f
@ -17,7 +17,7 @@ solid-event section {
|
|||||||
}
|
}
|
||||||
.red-button,
|
.red-button,
|
||||||
.event-type {
|
.event-type {
|
||||||
background-color: var(--secondary-color);
|
background-color: var(--color-secondary);
|
||||||
}
|
}
|
||||||
.black-button {
|
.black-button {
|
||||||
background-color: var(--highlight-font-color);
|
background-color: var(--highlight-font-color);
|
||||||
@ -31,7 +31,7 @@ solid-event section {
|
|||||||
#circle-listevents {
|
#circle-listevents {
|
||||||
[name="name"],
|
[name="name"],
|
||||||
event-display-link-event .mdi::before {
|
event-display-link-event .mdi::before {
|
||||||
color: var(--primary-color);
|
color: var(--color-primary);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.event-place-name,
|
.event-place-name,
|
||||||
@ -46,7 +46,7 @@ solid-event section {
|
|||||||
font-family: "RefrigeratorDelxW01Bold";
|
font-family: "RefrigeratorDelxW01Bold";
|
||||||
font-size: 3.2rem;
|
font-size: 3.2rem;
|
||||||
line-height: 3.8rem;
|
line-height: 3.8rem;
|
||||||
color: var(--primary-color);
|
color: var(--color-primary);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#default-listevents,
|
#default-listevents,
|
||||||
@ -56,7 +56,7 @@ solid-event section {
|
|||||||
width: max-content;
|
width: max-content;
|
||||||
height: max-content;
|
height: max-content;
|
||||||
padding: 5px 20px;
|
padding: 5px 20px;
|
||||||
color: var(--primary-color);
|
color: var(--color-primary);
|
||||||
}
|
}
|
||||||
solid-form {
|
solid-form {
|
||||||
solid-form-dropdown-label {
|
solid-form-dropdown-label {
|
||||||
@ -68,7 +68,7 @@ solid-event section {
|
|||||||
font-family: "RefrigeratorDelxW01Bold";
|
font-family: "RefrigeratorDelxW01Bold";
|
||||||
font-size: 2.4rem;
|
font-size: 2.4rem;
|
||||||
line-height: 29px;
|
line-height: 29px;
|
||||||
color: var(--primary-color);
|
color: var(--color-primary);
|
||||||
top: -40px;
|
top: -40px;
|
||||||
content: "Research an event";
|
content: "Research an event";
|
||||||
}
|
}
|
||||||
@ -79,7 +79,7 @@ solid-event section {
|
|||||||
font-size: 1.8rem;
|
font-size: 1.8rem;
|
||||||
line-height: 2.6rem;
|
line-height: 2.6rem;
|
||||||
letter-spacing: 0.32px;
|
letter-spacing: 0.32px;
|
||||||
color: var(--primary-color);
|
color: var(--color-primary);
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
max-width: 250px;
|
max-width: 250px;
|
||||||
margin: 5px auto;
|
margin: 5px auto;
|
||||||
@ -108,10 +108,10 @@ solid-event section {
|
|||||||
font-family: "RefrigeratorDelxW01Bold";
|
font-family: "RefrigeratorDelxW01Bold";
|
||||||
font-size: 3.2rem;
|
font-size: 3.2rem;
|
||||||
line-height: 3.8rem;
|
line-height: 3.8rem;
|
||||||
color: var(--primary-color);
|
color: var(--color-primary);
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
color: var(--primary-color);
|
color: var(--color-primary);
|
||||||
.event-type {
|
.event-type {
|
||||||
width: max-content;
|
width: max-content;
|
||||||
padding: 5px 20px;
|
padding: 5px 20px;
|
||||||
|
@ -16,7 +16,7 @@ solid-poll > div {
|
|||||||
font-family: "RefrigeratorDelxW01Bold";
|
font-family: "RefrigeratorDelxW01Bold";
|
||||||
font-size: 2.4rem;
|
font-size: 2.4rem;
|
||||||
line-height: 3.8rem;
|
line-height: 3.8rem;
|
||||||
color: var(--primary-color);
|
color: var(--color-primary);
|
||||||
}
|
}
|
||||||
.add-poll {
|
.add-poll {
|
||||||
solid-link {
|
solid-link {
|
||||||
@ -97,7 +97,7 @@ solid-poll > div {
|
|||||||
}
|
}
|
||||||
[name="title"] {
|
[name="title"] {
|
||||||
font-family: "RefrigeratorDelxW01Bold";
|
font-family: "RefrigeratorDelxW01Bold";
|
||||||
color: var(--primary-color);
|
color: var(--color-primary);
|
||||||
font-size: 1.8rem;
|
font-size: 1.8rem;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
@ -117,7 +117,7 @@ solid-poll > div {
|
|||||||
&::before {
|
&::before {
|
||||||
content: '\e037';
|
content: '\e037';
|
||||||
font-family: 'simple-line-icons';
|
font-family: 'simple-line-icons';
|
||||||
color: var(--secondary-color);
|
color: var(--color-secondary);
|
||||||
height: 22px;
|
height: 22px;
|
||||||
width: 24px;
|
width: 24px;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
@ -135,7 +135,7 @@ solid-poll > div {
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
font: normal normal normal 24px/1 "Material Design Icons";
|
font: normal normal normal 24px/1 "Material Design Icons";
|
||||||
content: "\F6AF";
|
content: "\F6AF";
|
||||||
color: var(--secondary-color);
|
color: var(--color-secondary);
|
||||||
height: 22px;
|
height: 22px;
|
||||||
width: 24px;
|
width: 24px;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
@ -214,7 +214,7 @@ solid-poll > div {
|
|||||||
content: '\e037';
|
content: '\e037';
|
||||||
font-family: "simple-line-icons";
|
font-family: "simple-line-icons";
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
color: var(--secondary-color);
|
color: var(--color-secondary);
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
@ -223,7 +223,7 @@ solid-poll > div {
|
|||||||
font-family: "Material Design Icons";
|
font-family: "Material Design Icons";
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
content: "\F6AF";
|
content: "\F6AF";
|
||||||
color: var(--secondary-color);
|
color: var(--color-secondary);
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
}
|
}
|
||||||
[name="shortDescription"],
|
[name="shortDescription"],
|
||||||
@ -453,11 +453,11 @@ solid-poll > div {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
button {
|
button {
|
||||||
border: 1px solid var(--primary-color);
|
border: 1px solid var(--color-primary);
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
color: var(--primary-color);
|
color: var(--color-primary);
|
||||||
padding: 0;
|
padding: 0;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
width: 30px;
|
width: 30px;
|
||||||
@ -475,7 +475,7 @@ solid-poll > div {
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
margin: 10px 0;
|
margin: 10px 0;
|
||||||
color: var(--primary-color);
|
color: var(--color-primary);
|
||||||
&::before {
|
&::before {
|
||||||
content: "\F419";
|
content: "\F419";
|
||||||
font-family: Material Design Icons;
|
font-family: Material Design Icons;
|
||||||
@ -490,7 +490,7 @@ solid-poll > div {
|
|||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
.ss-multi-selected .ss-values .ss-value {
|
.ss-multi-selected .ss-values .ss-value {
|
||||||
border-radius: 14px;
|
border-radius: 14px;
|
||||||
background-color: var(--secondary-color);
|
background-color: var(--color-secondary);
|
||||||
padding: 5px 10px;
|
padding: 5px 10px;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
}
|
}
|
||||||
|
@ -17,10 +17,10 @@
|
|||||||
font-family: "RefrigeratorDelxW01Bold";
|
font-family: "RefrigeratorDelxW01Bold";
|
||||||
font-size: 3.2rem;
|
font-size: 3.2rem;
|
||||||
line-height: 3.8rem;
|
line-height: 3.8rem;
|
||||||
color: var(--primary-color);
|
color: var(--color-primary);
|
||||||
}
|
}
|
||||||
.red-button {
|
.red-button {
|
||||||
background-color: var(--secondary-color);
|
background-color: var(--color-secondary);
|
||||||
}
|
}
|
||||||
.black-button {
|
.black-button {
|
||||||
background-color: var(--highlight-font-color);
|
background-color: var(--highlight-font-color);
|
||||||
@ -45,7 +45,7 @@
|
|||||||
&::before {
|
&::before {
|
||||||
content: "Research a resource";
|
content: "Research a resource";
|
||||||
font-family: "RefrigeratorDelxW01Bold";
|
font-family: "RefrigeratorDelxW01Bold";
|
||||||
color: var(--primary-color);
|
color: var(--color-primary);
|
||||||
font-size: 2.4rem;
|
font-size: 2.4rem;
|
||||||
line-height: 3.8rem;
|
line-height: 3.8rem;
|
||||||
top: -10px;
|
top: -10px;
|
||||||
@ -61,12 +61,12 @@
|
|||||||
width: max-content;
|
width: max-content;
|
||||||
height: max-content;
|
height: max-content;
|
||||||
padding: 10px 30px;
|
padding: 10px 30px;
|
||||||
color: var(--primary-color);
|
color: var(--color-primary);
|
||||||
}
|
}
|
||||||
solid-display solid-display {
|
solid-display solid-display {
|
||||||
[name="name"] {
|
[name="name"] {
|
||||||
font-family: "RefrigeratorDelxW01Bold";
|
font-family: "RefrigeratorDelxW01Bold";
|
||||||
color: var(--primary-color);
|
color: var(--color-primary);
|
||||||
}
|
}
|
||||||
[name="link"] a, [name="document"] a {
|
[name="link"] a, [name="document"] a {
|
||||||
width: 75%;
|
width: 75%;
|
||||||
@ -86,7 +86,7 @@
|
|||||||
font-family: "RefrigeratorDelxW01Bold";
|
font-family: "RefrigeratorDelxW01Bold";
|
||||||
font-size: 3.2rem;
|
font-size: 3.2rem;
|
||||||
line-height: 3.8rem;
|
line-height: 3.8rem;
|
||||||
color: var(--primary-color);
|
color: var(--color-primary);
|
||||||
}
|
}
|
||||||
[name="infotext"] {
|
[name="infotext"] {
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
|
Loading…
Reference in New Issue
Block a user