Merge branch 'develop'

This commit is contained in:
Massimo Di Lullo 2019-09-07 21:54:58 -04:00
commit 1af62414c8
2 changed files with 11 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -154,10 +154,19 @@
height: auto; height: auto;
div.headline { div.headline {
max-width: 75% !important; max-width: 90% !important;
background-color: rgba(0, 0, 0, 0.75); background-color: rgba(0, 0, 0, 0.75);
&:not(.is-headline-inversed) {
left: 25px !important;
}
&.is-headline-inversed {
right: 25px !important;
}
} }
&.slide { &.slide {
&:not(.animation-inversed) { &:not(.animation-inversed) {
transform: translateX(0%); transform: translateX(0%);