Introduction du nouveau thème
This commit is contained in:
44
themes/42/assets/css/footer.css
Normal file
44
themes/42/assets/css/footer.css
Normal file
@@ -0,0 +1,44 @@
|
||||
body>footer {
|
||||
display: flex;
|
||||
gap: var(--gap-footer);
|
||||
flex-wrap: wrap;
|
||||
color: var(--color-footer-text);
|
||||
padding: var(--footer-padding);
|
||||
|
||||
a {
|
||||
color: var(--color-footer-text);
|
||||
text-decoration: underline;
|
||||
|
||||
&:hover,
|
||||
&:focus {
|
||||
color: var(--color-footer-heading);
|
||||
}
|
||||
}
|
||||
|
||||
section {
|
||||
flex: 1;
|
||||
text-align: center;
|
||||
font-variant: small-caps;
|
||||
|
||||
header {
|
||||
padding-bottom: var(--padding);
|
||||
|
||||
h2 {
|
||||
font-size: 1.2rem;
|
||||
color: var(--color-footer-heading);
|
||||
}
|
||||
}
|
||||
|
||||
nav {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: var(--gap-footer-nav);
|
||||
}
|
||||
}
|
||||
|
||||
p {
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
text-wrap: balance;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user