onion/sass/ascribe_footer.scss

53 lines
947 B
SCSS
Raw Normal View History

2015-07-02 15:41:17 +02:00
.ascribe-footer {
text-align: center;
margin-top: 5em;
2015-07-02 15:41:17 +02:00
2015-08-31 19:04:44 +02:00
hr {
background-color: rgba(0, 0, 0, 0);
2015-10-08 20:26:29 +02:00
//border: 0;
2015-08-31 19:04:44 +02:00
margin-bottom: 0 !important;
}
.btn-ascribe-landing {
margin-top: 2em;
}
.social-icons-wrapper {
margin-top: 1em;
a {
color: #424242;
font-size: 1.3em;
margin-left: 1em;
}
a:hover {
text-decoration: none;
color: lighten($ascribe-dark-blue, 20%);
2015-08-31 19:04:44 +02:00
}
}
2015-07-02 15:41:17 +02:00
}
2015-10-08 20:26:29 +02:00
2015-07-02 15:41:17 +02:00
.ascribe-footer-statement {
font-family: 'mercury_light';
font-size: 1.6em !important;
margin-bottom: 0;
margin-top: 0;
}
2015-08-31 19:04:44 +02:00
.ascribe-footer-statement a,
.ascribe-footer-sub-statement a {
2015-07-02 15:41:17 +02:00
color: #424242;
}
.ascribe-footer-sub-statement {
font-size: .9em !important;
margin-bottom: 2.5em;
}
2015-08-31 19:04:44 +02:00
.ascribe-footer-statement a:hover,
.ascribe-footer-sub-statement a:hover {
color: #48dacb;
2015-07-02 15:41:17 +02:00
}