hubl/src/styles/layout/events/events.scss

186 lines
5.1 KiB
SCSS
Raw Normal View History

2020-09-11 12:06:01 +00:00
solid-event section {
max-width: 1400px;
margin: auto;
}
#events,
#circle-events {
2020-02-04 11:25:58 +00:00
width: 100%;
2020-02-04 12:38:28 +00:00
font-family: "Facit";
font-weight: 400;
2020-07-02 16:03:56 +00:00
color: #7A7F85;
2020-08-11 17:09:14 +00:00
solid-event {
2020-08-19 23:59:24 +00:00
sib-display div {
max-width: 1110px;
sib-display {
margin: 0 0 20px 40px;
}
}
2020-02-04 12:38:28 +00:00
.red-button,
.event-type {
2020-07-09 15:51:54 +00:00
background-color: #C4262E;
2020-02-04 12:38:28 +00:00
}
2020-02-04 14:27:13 +00:00
.black-button {
2020-07-09 15:51:54 +00:00
background-color: #3A3A3A;
2020-02-04 14:27:13 +00:00
margin-left: 10%;
}
2020-02-04 12:38:28 +00:00
.event-type,
.event-place-name {
font-weight: 700;
}
#listevents,
#circle-listevents {
[name="name"],
solid-display-link-event .mdi::before {
2020-08-19 23:59:24 +00:00
color: #063B5C;
}
2020-02-04 12:38:28 +00:00
}
.event-place-name,
.nextevent-startdate,
2020-06-18 18:02:54 +00:00
solid-display-link-event {
2020-07-09 15:51:54 +00:00
color: #3A3A3A;
2020-02-04 12:38:28 +00:00
}
.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: #063B5C;
2020-02-04 14:27:13 +00:00
}
}
2020-09-10 12:51:44 +00:00
#default-listevents,
#circles-listevents {
.newtype .button {
2020-02-04 14:27:13 +00:00
font-size: 1.2rem;
width: max-content;
height: max-content;
padding: 5px 20px;
2020-07-09 15:51:54 +00:00
color: #063B5C;
2020-02-04 14:27:13 +00:00
}
2020-08-19 23:59:24 +00:00
sib-form {
sib-form-dropdown {
margin-left: 15px;
label div {
height: 2.5rem;
}
&::before {
font-family: "RefrigeratorDelxW01Bold";
font-size: 2.4rem;
line-height: 29px;
color: #063B5C;
top: -40px;
content: "Research an event";
}
2020-02-04 12:38:28 +00:00
}
}
2020-02-04 14:27:13 +00:00
[name="name"] {
font-family: "RefrigeratorDelxW01Bold";
2020-09-11 12:06:01 +00:00
font-size: 1.8rem;
2020-02-04 14:27:13 +00:00
line-height: 2.6rem;
letter-spacing: 0.32px;
2020-07-09 15:51:54 +00:00
color: #063B5C;
2020-02-04 14:27:13 +00:00
padding: 5px;
max-width: 250px;
margin: 5px auto;
}
.event-type {
font-size: 1.1rem;
padding: 5px 20px;
width: max-content;
height: max-content;
}
2020-06-18 18:02:54 +00:00
solid-display-location-events {
2020-02-04 14:27:13 +00:00
padding: 5px;
}
2020-02-04 12:38:28 +00:00
}
.eventdetail {
2020-09-08 09:42:42 +00:00
sib-display div {
display: block;
}
.mdi::before {
margin: 0 5px 0 20px;
}
[name="infotext"] {
text-align: left;
}
2020-02-04 14:27:13 +00:00
[name="name"] {
font-family: "RefrigeratorDelxW01Bold";
font-size: 3.2rem;
line-height: 3.8rem;
2020-08-04 10:34:17 +00:00
color: #063B5C;
2020-09-08 09:42:42 +00:00
display: block;
}
color: #063B5C;
.event-type {
2020-02-04 12:38:28 +00:00
width: max-content;
padding: 5px 20px;
font-size: 1.1rem;
line-height: 1.3rem;
height: 13px;
margin: 10px 20px;
2020-02-04 12:38:28 +00:00
}
[name="longDescription"] p {
font-size: 1.6rem;
line-height: 2.6rem;
}
2020-06-18 18:02:54 +00:00
solid-display-link-event a {
2020-02-04 14:27:13 +00:00
font-size: 1.6rem;
}
}
2020-09-08 22:17:26 +00:00
.newevent label div,
.newevent sib-form-file div label {
line-height: 2.2rem;
text-transform: uppercase;
color: var(--form-title);
font-size: 13px;
font-weight: 600;
font-family: Open sans;
}
.newevent select,
.newevent textarea,
.newevent input,
.newtype input {
background-color: var(--form-inputs-background);
}
.newevent input[type="submit"],
.newtype input[type="submit"],
2020-02-04 14:27:13 +00:00
button {
width: max-content;
padding: 5px 20px;
2020-09-08 22:17:26 +00:00
background-color: #3C3F57;
}
.newevent input[type="file"] {
background-color: transparent;
2020-02-04 12:38:28 +00:00
}
2020-02-04 11:25:58 +00:00
}
2020-07-09 15:51:54 +00:00
@media (max-width: 991px) {
#listevents {
margin-top: 65px;
}
}
2020-08-04 10:34:17 +00:00
}
2020-08-19 23:59:24 +00:00
#events {
background-color: #f0f3f6;
}
#circle-events solid-event .events sib-form sib-form-dropdown select {
background-color: #f0f3f6;
}
.with-sidebar nav>solid-router>ul [name="circle-events"] {
2020-08-04 10:34:17 +00:00
li::before {
content: '';
height: 40px;
width: 40px;
mask: url('/images/appointment.svg') center no-repeat;
mask-size: contain;
-webkit-mask: url('/images/appointment.svg') center no-repeat;
-webkit-mask-size: contain;
background-color: var(--color-right-menu-text);
}
&[active] li::before {
background-color: var(--color-right-menu-active-text);
}
2020-02-04 11:25:58 +00:00
}