Skip to content
Snippets Groups Projects
Commit 2ed2024b authored by Augustin Lemesle's avatar Augustin Lemesle
Browse files

Merge branch 'feature/copyright' into 'master'

[copyright] fix copyright style

See merge request !36
parents 25f08270 3b2500ef
No related branches found
No related tags found
1 merge request!36[copyright] fix copyright style
Pipeline #26173 passed
...@@ -1881,7 +1881,8 @@ footer .copyright { ...@@ -1881,7 +1881,8 @@ footer .copyright {
font-size: 10px; font-size: 10px;
width: 180px; width: 180px;
margin: 0 auto; margin: 0 auto;
color: #000; color: #333;
opacity: 0.5;
text-transform: uppercase; text-transform: uppercase;
font-weight: 700; font-weight: 700;
} }
...@@ -1904,17 +1905,18 @@ footer .copyright li + li { ...@@ -1904,17 +1905,18 @@ footer .copyright li + li {
margin-left: -3px; margin-left: -3px;
} }
footer .copyright a { footer .copyright a {
color: #000; color: #333;
border-bottom: 1px solid #bbb; opacity: 0.5;
display: inline-block; border-bottom: 1px solid #bbb;
padding: 0 2px; display: inline-block;
margin: 0 5px; padding: 0 2px;
transition: all 0.4s; margin: 0 5px;
transition: all 0.4s;
} }
.nonTouch footer .copyright a:hover { .nonTouch footer .copyright a:hover {
border-bottom-color: #f36521; border-bottom-color: #f36521;
color: #000; color: #000;
text-shadow: 0 1px 0 #888; opacity: 1.0;
} }
@media (min-width: 768px) { @media (min-width: 768px) {
footer { footer {
...@@ -1937,14 +1939,9 @@ footer .copyright a { ...@@ -1937,14 +1939,9 @@ footer .copyright a {
float: right; float: right;
} }
footer .copyright { footer .copyright {
color: #333333;
opacity: 0.5;
margin: 0 auto; margin: 0 auto;
padding: 0 0 12px; padding: 0 0 12px;
} }
footer .copyright a {
color: #333;
}
footer nav { footer nav {
margin: 0 0 5px; margin: 0 0 5px;
} }
...@@ -1962,6 +1959,7 @@ footer .copyright a { ...@@ -1962,6 +1959,7 @@ footer .copyright a {
footer .copyright { footer .copyright {
font-size: 11px; font-size: 11px;
width: 210px; width: 210px;
display: inline;
} }
} }
@keyframes flash { @keyframes flash {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment