styles sheets cleaning

This commit is contained in:
2021-11-26 16:53:19 +01:00
parent 74660448a1
commit 40ca1e276b
4 changed files with 70 additions and 87 deletions

View File

@@ -81,25 +81,23 @@ h2.badge-title {
font-size: 70%;
padding-left: 1rem;
}
&:hover {
background-color: $chill-ll-gray;
}
}
}
/// theses links apply on badge (or other styled elements) as parent tag.
// They don't have button, picto or simple text appearance
/// Theses links apply on badge as parent tag.
/// They don't look like button, picto or simple text links
a.badge-link {
color: unset;
text-decoration: unset;
& > h2.badge-title {
&:hover {
box-shadow: 0 0 7px 0 $chill-gray;
opacity: 0.8;
//box-shadow: 0 0 7px 0 $chill-gray;
//opacity: 0.8;
}
span.title_action:hover {
//background-color: ;
span.title_action {
&:hover {
background-color: $chill-ll-gray;
}
}
}
}
@@ -146,35 +144,7 @@ div.activity-list {
}
}
/// AccompanyingCourse: HeaderSlider Carousel
div#header-accompanying_course-details {
button.carousel-control-prev,
button.carousel-control-next {
width: 8%;
opacity: inherit;
}
button.carousel-control-prev {
left: unset;
right: 0;
}
span.to-social-issues,
span.to-persons-associated {
display: inline-block;
border-radius: 15px;
width: 24px;
height: 24px;
box-shadow: 0 0 3px 1px grey;
opacity: 0.8;
&:hover {
opacity: 1;
}
}
span.to-social-issues {
background-color: #4bafe8;
border-left: 12px solid #32749a;
}
span.to-persons-associated {
background-color: #16d9b4;
border-right: 12px solid #ffffff;
}
}
/*
*/