Fixes d'affichage
changement css à l'affichage des liens de base et des liens particuliers Retrait du bg sur le message de confirmation de admin-upload.gohtml
This commit is contained in:
parent
0ca4fd9750
commit
9a23995692
5 changed files with 14 additions and 11 deletions
|
@ -96,7 +96,6 @@
|
|||
text-align: center;
|
||||
margin: 10px;
|
||||
padding: 5px;
|
||||
background-color: #C4C4C4;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 768px) {
|
||||
|
|
|
@ -42,4 +42,5 @@
|
|||
.documentationLien {
|
||||
height: inherit;
|
||||
width: inherit;
|
||||
color: #000;
|
||||
}
|
|
@ -21,6 +21,11 @@ ul {
|
|||
margin: 0;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #FF563C;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.wrapper {
|
||||
max-width: 375px;
|
||||
width: calc(100% - var(5px));
|
||||
|
|
|
@ -15,14 +15,12 @@
|
|||
padding: 5px;
|
||||
}
|
||||
|
||||
a {
|
||||
.headerMenuElementLink {
|
||||
color: #000;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
.headerMenuElementLink:visited {
|
||||
color: #000;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.headerMenu {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue