CSS classnames now in CamelCase.

This commit is contained in:
2020-09-06 12:32:25 +02:00
parent 9012d465d6
commit ce43085167
3 changed files with 215 additions and 211 deletions

View File

@@ -1252,31 +1252,31 @@ body {
list-style: none; }
.LP-Footer a {
text-decoration: none; }
.LP-Footer__generic-anchor {
.LP-Footer__GenericAnchor {
color: #D7CEC7; }
.LP-Footer__generic-anchor:hover {
.LP-Footer__GenericAnchor:hover {
color: #f9f9f9; }
.LP-Footer__flex {
.LP-Footer__Flex {
display: flex;
flex-flow: row wrap; }
.LP-Footer__list-top {
.LP-Footer__ListTop {
width: 33.333%; }
.LP-Footer__list-top > li {
.LP-Footer__ListTop > li {
text-align: center;
padding-bottom: 10px; }
.LP-Footer__list-header {
.LP-Footer__ListHeader {
padding: 10px 0 5px 0;
color: #f9f9f9;
font-size: 2.3vw; }
.LP-Footer__list-anchor {
.LP-Footer__ListAnchor {
font-size: 1.3em; }
.LP-Footer__social-section {
.LP-Footer__SocialSection {
width: 100%;
align-items: center;
justify-content: space-around;
position: relative;
margin-top: 5px; }
.LP-Footer__social-section::after {
.LP-Footer__SocialSection::after {
content: "";
position: absolute;
z-index: 1;
@@ -1308,91 +1308,95 @@ body {
position: absolute;
height: 50px;
width: 50px; }
.LP-Footer__social-explore {
.LP-Footer__SocialExplore {
display: flex;
align-items: center;
font-size: 3.5em;
color: #f9f9f9; }
.LP-Footer__social-small {
.LP-Footer__SocialSmall {
font-size: 0.6em;
padding: 0px 20px; }
.LP-Footer__social-overlap {
.LP-Footer__SocialOverlap {
position: relative;
z-index: 2;
background: #565656;
padding: 0 10px; }
.LP-Footer__social-overlap > a {
.LP-Footer__SocialOverlap > a {
font-size: 3em;
padding-right: 50px; }
.LP-Footer__bottom-section {
.LP-Footer__BottomSection {
width: 100%;
padding: 10px;
border-top: 1px solid #f9f9f9;
margin-top: 10px; }
.LP-Footer__bottom-section > div:first-child {
.LP-Footer__BottomSection > div:first-child {
margin-right: auto; }
.LP-Footer__bottom-wrapper {
.LP-Footer__BottomWrapper {
font-size: 1.5em;
color: #f9f9f9; }
@media (max-width: 1000px) {
.LP-Footer .LP-Footer__list-header {
font-size: 2em; }
.LP-Footer .LP-Footer__list-anchor {
font-size: 1.1em; }
.LP-Footer .LP-Footer__social-connect {
font-size: 2.5em; }
.LP-Footer .LP-Footer__social-overlap > a {
font-size: 2.24em;
height: 50px; }
.LP-Footer .LP-Footer__bottom-wrapper {
font-size: 1.3em; } }
@media (max-width: 750px) {
.LP-Footer .LP-Footer__list-top {
width: 100%; }
.LP-Footer .LP-Footer__list-header {
font-size: 3em; }
.LP-Footer .LP-Footer__list-anchor {
font-size: 1.5em; }
.LP-Footer .LP-Footer__social-section {
justify-content: center; }
.LP-Footer .LP-Footer__social-section::after {
top: 25%; }
.LP-Footer .LP-Footer__social-connect {
margin-bottom: 10px;
padding: 0 10px; }
.LP-Footer .LP-Footer__social-overlap {
display: flex;
justify-content: center;
height: 50px; }
.LP-Footer .LP-Footer__social-icons-wrapper {
width: 100%;
padding: 0; }
.LP-Footer .LP-Footer__social-overlap {
margin-left: 0px; }
.LP-Footer .LP-Footer__bottom-section {
padding: 0 5px 10px 5px; }
.LP-Footer .LP-Footer__bottom-wrapper {
text-align: center;
width: 100%;
margin-top: 10px; } }
@media (max-width: 650px) {
.LP-Footer .LP-Footer__social-overlap > a {
margin: auto; }
.LP-Footer .LP-Footer__social-overlap > a:not(:first-child) {
margin-left: 0; }
.LP-Footer .LP-Footer__bottom-rights {
display: block; } }
@media (max-width: 450px) {
.LP-Footer .LP-Footer__list-header {
font-size: 2.2em; }
.LP-Footer .LP-Footer__list-anchor {
font-size: 1.2em; }
.LP-Footer .LP-Footer__social-connect {
font-size: 2.4em; }
.LP-Footer .LP-Footer__social-overlap > a {
font-size: 2.24em; }
.LP-Footer .LP-Footer__bottom-wrapper {
font-size: 1.3em; } }
@media (max-width: 1000px) {
.LP-Footer__ListHeader {
font-size: 2em; }
.LP-Footer__ListAnchor {
font-size: 1.1em; }
.LP-Footer__SocialConnect {
font-size: 2.5em; }
.LP-Footer__SocialOverlap > a {
font-size: 2.24em;
height: 50px; }
.LP-Footer__BottomWrapper {
font-size: 1.3em; } }
@media (max-width: 750px) {
.LP-Footer__ListTop {
width: 100%; }
.LP-Footer__ListHeader {
font-size: 3em; }
.LP-Footer__ListAnchor {
font-size: 1.5em; }
.LP-Footer__SocialSection {
justify-content: center; }
.LP-Footer__SocialSection::after {
top: 25%; }
.LP-Footer__SocialConnect {
margin-bottom: 10px;
padding: 0 10px; }
.LP-Footer__SocialOverlap {
display: flex;
justify-content: center;
height: 50px; }
.LP-Footer__SocialIconsWrapper {
width: 100%;
padding: 0; }
.LP-Footer__SocialOverlap {
margin-left: 0px; }
.LP-Footer__BottomSection {
padding: 0 5px 10px 5px; }
.LP-Footer__BottomWrapper {
text-align: center;
width: 100%;
margin-top: 10px; } }
@media (max-width: 650px) {
.LP-Footer__SocialOverlap > a {
margin: auto; }
.LP-Footer__SocialOverlap > a:not(:first-child) {
margin-left: 0; }
.LP-Footer__BottomRights {
display: block; } }
@media (max-width: 450px) {
.LP-Footer__ListHeader {
font-size: 2.2em; }
.LP-Footer__ListAnchor {
font-size: 1.2em; }
.LP-Footer__SocialConnect {
font-size: 2.4em; }
.LP-Footer__SocialOverlap > a {
font-size: 2.24em; }
.LP-Footer__BottomWrapper {
font-size: 1.3em; } }
.LP-Form--tagging {
margin-top: 25px; }