2020-02-04 11:25:58 +00:00
|
|
|
#events {
|
|
|
|
width: 100%;
|
2020-02-04 12:38:28 +00:00
|
|
|
font-family: "Facit";
|
|
|
|
font-weight: 400;
|
|
|
|
color: $color-0-0-22;
|
|
|
|
sib-event {
|
|
|
|
.red-button,
|
|
|
|
.event-type {
|
|
|
|
background-color: $color-357-67-45;
|
|
|
|
}
|
2020-02-04 14:27:13 +00:00
|
|
|
.black-button {
|
|
|
|
background-color: $color-0-0-22;
|
|
|
|
margin-left: 10%;
|
|
|
|
}
|
2020-02-04 12:38:28 +00:00
|
|
|
.event-type,
|
|
|
|
.event-place-name {
|
|
|
|
font-weight: 700;
|
|
|
|
}
|
|
|
|
#listevents [name="name"],
|
|
|
|
sib-display-link-event .mdi::before {
|
|
|
|
color: $color-357-67-45;
|
|
|
|
}
|
|
|
|
.event-place-name,
|
|
|
|
.nextevent-startdate,
|
|
|
|
sib-display-link-event {
|
|
|
|
color: $color-0-0-22;
|
|
|
|
}
|
|
|
|
.sib-event {
|
2020-02-04 14:27:13 +00:00
|
|
|
font-family: "Facit";
|
|
|
|
font-weight: 400;
|
|
|
|
.page-title {
|
|
|
|
font-family: "RefrigeratorDelxW01Bold";
|
|
|
|
font-size: 3.2rem;
|
|
|
|
line-height: 3.8rem;
|
|
|
|
color: $color-203-87-19;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#listevents {
|
|
|
|
.newtype .button{
|
|
|
|
font-size: 1.2rem;
|
|
|
|
width: max-content;
|
|
|
|
height: max-content;
|
|
|
|
padding: 5px 20px;
|
|
|
|
color: $color-203-87-19;
|
|
|
|
}
|
2020-02-04 12:38:28 +00:00
|
|
|
sib-form sib-form-dropdown{
|
|
|
|
label div {
|
|
|
|
height: 2.5rem;
|
|
|
|
}
|
|
|
|
&::before {
|
|
|
|
font-family: "RefrigeratorDelxW01Bold";
|
2020-02-04 14:27:13 +00:00
|
|
|
font-size: 2.4rem;
|
2020-02-04 12:38:28 +00:00
|
|
|
line-height: 29px;
|
|
|
|
color: $color-203-87-19;
|
|
|
|
top: -40px;
|
|
|
|
content: "Research an event";
|
|
|
|
}
|
|
|
|
}
|
2020-02-04 14:27:13 +00:00
|
|
|
[name="name"] {
|
|
|
|
font-family: "RefrigeratorDelxW01Bold";
|
|
|
|
font-size: 2.2rem;
|
|
|
|
line-height: 2.6rem;
|
|
|
|
letter-spacing: 0.32px;
|
|
|
|
color: $color-203-87-19;
|
|
|
|
padding: 5px;
|
|
|
|
max-width: 250px;
|
|
|
|
margin: 5px auto;
|
|
|
|
}
|
|
|
|
.event-type {
|
|
|
|
font-size: 1.1rem;
|
|
|
|
padding: 5px 20px;
|
|
|
|
width: max-content;
|
|
|
|
height: max-content;
|
|
|
|
}
|
|
|
|
sib-display-location-events {
|
|
|
|
padding: 5px;
|
|
|
|
}
|
2020-02-04 12:38:28 +00:00
|
|
|
}
|
|
|
|
#eventdetail {
|
2020-02-04 14:27:13 +00:00
|
|
|
[name="name"] {
|
|
|
|
font-family: "RefrigeratorDelxW01Bold";
|
|
|
|
font-size: 3.2rem;
|
|
|
|
line-height: 3.8rem;
|
|
|
|
color: $color-203-87-19;
|
|
|
|
}
|
2020-02-04 12:38:28 +00:00
|
|
|
sib-display div .event-type {
|
|
|
|
width: max-content;
|
|
|
|
padding: 5px 20px;
|
|
|
|
}
|
|
|
|
[name="longDescription"] p {
|
|
|
|
font-size: 1.6rem;
|
|
|
|
line-height: 2.6rem;
|
|
|
|
}
|
2020-02-04 14:27:13 +00:00
|
|
|
sib-display-link-event a {
|
|
|
|
font-size: 1.6rem;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#newevent input[type="submit"],
|
|
|
|
#newtype input[type="submit"],
|
|
|
|
button {
|
|
|
|
width: max-content;
|
|
|
|
padding: 5px 20px;
|
2020-02-04 12:38:28 +00:00
|
|
|
}
|
2020-02-04 11:25:58 +00:00
|
|
|
}
|
|
|
|
}
|