mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Fix text color and background color of footer, was being overwritten
This commit is contained in:
parent
8c3de682d6
commit
973ffcbffa
@ -1,19 +0,0 @@
|
|||||||
footer.footer {
|
|
||||||
padding: 0;
|
|
||||||
background-color: white;
|
|
||||||
border-top: 1px solid grey;
|
|
||||||
div.sponsors {
|
|
||||||
p {
|
|
||||||
padding-bottom: 10px;
|
|
||||||
color: #000;
|
|
||||||
font-size: 16px;
|
|
||||||
}
|
|
||||||
background-color: white;
|
|
||||||
padding: 2em 0;
|
|
||||||
img {
|
|
||||||
display: block;
|
|
||||||
margin: auto;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -1 +0,0 @@
|
|||||||
require('./csconnectes.scss');
|
|
@ -204,7 +204,7 @@ footer.footer {
|
|||||||
font-family: Open Sans;
|
font-family: Open Sans;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
clear: both;
|
clear: both;
|
||||||
color: $dark;
|
color: $white;
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
line-height: 1.5em;
|
line-height: 1.5em;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user