update: integrations events and resources on circles

This commit is contained in:
Marjolaine Le Bon
2020-08-11 13:01:13 +02:00
parent 415f06c36e
commit 250192ef51
9 changed files with 50 additions and 23 deletions

View File

@ -1,4 +1,4 @@
#events {
#events, #circle-events {
width: 100%;
font-family: "Facit";
font-weight: 400;
@ -16,10 +16,12 @@
.event-place-name {
font-weight: 700;
}
#listevents [name="name"],
#listevents, #circle-listevents {
[name="name"],
solid-display-link-event .mdi::before {
color: #C4262E;
}
}
.event-place-name,
.nextevent-startdate,
solid-display-link-event {
@ -30,12 +32,13 @@
font-weight: 400;
.page-title {
font-family: "RefrigeratorDelxW01Bold";
font-size: 3.2rem;
line-height: 3.8rem;
color: #063B5C;
font-size: 3.2rem;
line-height: 3.8rem;
color: #063B5C;
}
}
#listevents {
#listevents,
#circle-listevents {
.newtype .button{
font-size: 1.2rem;
width: max-content;

View File

@ -7,6 +7,12 @@
background-color: #F0F3F6;
.sib-resource {
font-family: "Facit";
.page-title {
font-family: "RefrigeratorDelxW01Bold";
font-size: 3.2rem;
line-height: 3.8rem;
color: #063B5C;
}
.red-button {
background-color: #C4262E;
}