PHP Classes

File: Web/styles/sass/_customer-footer.scss

Recommend this page to a friend!
  Classes of Burge Lab   Burge CMF   Web/styles/sass/_customer-footer.scss   Download  
File: Web/styles/sass/_customer-footer.scss
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Burge CMF
Framework to publish managed content
Author: By
Last change:
Date: 6 years ago
Size: 814 bytes
 

Contents

Class file image Download
.footer { opacity: .5; background:linear-gradient(to left,rgba(255,255,255,1), rgba(255,255,255,.3), rgba(255,255,255,1)); margin:10px 2.5% 0px 2.5%; padding:10px; ul { list-style: none; width: 100%; } li { vertical-align: top; } > ul { > li { padding:5px; display: inline-block; width: 25%; > a { display: block; font-weight: bold; font-size: 1.2em; margin-bottom: 20px; } a { color: black; } } } } .footer:hover { opacity: 1; } @media (max-width: 600px) { .footer { > ul { > li { display: inline-block; width: 100%; > a { text-align: center; display: block; font-weight: bold; font-size: 1.2em; margin-bottom: 20px; } a { color: black; } } } } }