This commit is contained in:
Mathieu Jaumotte 2021-11-22 09:47:02 +01:00
parent 76179d389d
commit 7758e1358d

View File

@ -141,7 +141,7 @@ div#header-accompanying_course-details {
border-radius: 15px;
width: 24px;
height: 24px;
box-shadow: 0 0 3px 0 grey;
box-shadow: 0 0 3px 1px grey;
opacity: 0.8;
&:hover {
opacity: 1;
@ -149,10 +149,10 @@ div#header-accompanying_course-details {
}
span.to-social-issues {
background-color: #4bafe8;
border-left: 8px solid #32749a;
border-left: 12px solid #32749a;
}
span.to-persons-associated {
background-color: #16d9b4;
border-right: 8px solid #ffffff;
border-right: 12px solid #ffffff;
}
}