Add background in activities headline

This commit is contained in:
Massimo Di Lullo 2019-09-01 15:56:30 -04:00
parent b0b2e69661
commit 3b932943db
3 changed files with 4 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -184,6 +184,8 @@ section#activites {
position: absolute; position: absolute;
color: white; color: white;
max-width: 35%; max-width: 35%;
border-radius: 4px;
background-color: rgba(0, 0, 0, 0.5);
&:not(.is-headline-inversed) { &:not(.is-headline-inversed) {
left: 50px; left: 50px;

View File

@ -139,6 +139,7 @@
.sub-section { .sub-section {
div.headline { div.headline {
max-width: 75% !important; max-width: 75% !important;
background-color: rgba(0, 0, 0, 0.75);
} }
&.slide { &.slide {