Line 398: | Line 398: | ||
padding: 1em 0; | padding: 1em 0; | ||
background-color: #2e323e !important; | background-color: #2e323e !important; | ||
+ | z-index: 2; | ||
+ | } | ||
+ | .page-light{ | ||
+ | border-radius: 20px; | ||
+ | padding: 1em 0; | ||
+ | background-color: rgba(250,250,250,0.9) !important; | ||
z-index: 2; | z-index: 2; | ||
} | } | ||
Line 548: | Line 554: | ||
width: 95%; | width: 95%; | ||
background-color: #3a3f4f; | background-color: #3a3f4f; | ||
+ | padding: 1em; | ||
+ | border-radius: 15px; | ||
+ | } | ||
+ | |||
+ | .highlightBox-light { | ||
+ | width: 95%; | ||
+ | background-color: rgba(250,250,250,0.8); | ||
padding: 1em; | padding: 1em; | ||
border-radius: 15px; | border-radius: 15px; | ||
Line 553: | Line 566: | ||
@media (max-width:768px) { | @media (max-width:768px) { | ||
− | .page{ | + | .page,.page-light{ |
padding: 20px 30px; | padding: 20px 30px; | ||
} | } |
Revision as of 15:07, 18 October 2021