update: integrations events and resources on circles
This commit is contained in:
@ -46,6 +46,10 @@
|
||||
background-color: var(--color-menu-badge-background);
|
||||
}
|
||||
}
|
||||
&[name="resources"][active] .menu-icon:before,
|
||||
&[name="events"][active] .menu-icon:before {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.menu-icon {
|
||||
align-items: center;
|
||||
@ -88,6 +92,11 @@
|
||||
>solid-display {
|
||||
display: block;
|
||||
}
|
||||
&[name="events"], &[name="resources"] {
|
||||
.menu-label {
|
||||
width: 9.9em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.sub-menu {
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user