update: right menu circles
This commit is contained in:
@ -81,8 +81,8 @@
|
||||
font-family: "RefrigeratorDelxW01Bold";
|
||||
font-size: 3.2rem;
|
||||
line-height: 3.8rem;
|
||||
color: #063B5C;
|
||||
}
|
||||
color: #063B5C;
|
||||
solid-display div .event-type {
|
||||
width: max-content;
|
||||
padding: 5px 20px;
|
||||
@ -107,4 +107,19 @@
|
||||
margin-top: 65px;
|
||||
}
|
||||
}
|
||||
}
|
||||
.with-sidebar nav > solid-router > ul [name="circle-events"]{
|
||||
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);
|
||||
}
|
||||
}
|
@ -54,4 +54,19 @@
|
||||
margin-top: 65px;
|
||||
}
|
||||
}
|
||||
}
|
||||
.with-sidebar nav > solid-router > ul [name="circle-resources"]{
|
||||
li::before {
|
||||
content: '';
|
||||
height: 40px;
|
||||
width: 40px;
|
||||
mask: url('/images/file.svg') center no-repeat;
|
||||
mask-size: contain;
|
||||
-webkit-mask: url('/images/file.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);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user