Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects

Draft: Resolve "(footer) froggit icon and social icons"

Closed Hugues requested to merge 25-footer-froggit-icon-and-social-icons into master
7 files
+ 330
26
Compare changes
  • Side-by-side
  • Inline
Files
7
+ 92
0
@@ -136,3 +136,95 @@ header {
font-family: var(--ifm-font-family);
font-weight: 600;
}
.footer-social-icons {
background-color: var(--ifm-color-tonic-one);
display: flex;
justify-content: center ;
align-content: center;
text-align: center;
min-height: 20vh;
align-items: center;
/*
text-align: center;
vertical-align: middle; */
}
/*
.social-icons {
align-items: center;
justify-content: center;
vertical-align: middle;
order: 5;
}*/
.footer-social-icons {
color: var(--ifm-color-dark-green);
}
.footer-social-icons:hover {
color: var(--ifm-color-light-green);
}
/* unvisited link */
.footer-social-icons a:link {
color: red;
padding: 12px 16px;
cursor: "pointer";
}
/* visited link */
.footer-social-icons a:visited {
color:var(--ifm-color-dark-green);
padding: "12px 16px";
cursor: "pointer";
}
/* mouse over link */
.footer-social-icons a:hover {
color: var(--ifm-color-light-green);
}
/* selected link */
.footer-social-icons a:active {
color: var(--ifm-color-dark-green);
}
.footer-logo {
/* position: absolute;
top: 36px;
left: 50%;
padding-top: 50px;*/
text-align: center;
top: 50px;
margin-top:200px;
z-index: 1;
height: 65px;
width: 65px;
}
/*
.icones a {
background-color: inherit;
}
{
background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
background-size: 400% 400%;
animation: gradient 15s ease infinite;
}
@keyframes gradient {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}
*/
Loading