padding editer mes fichiers bouton
This commit is contained in:
+4
-2
@@ -1092,8 +1092,6 @@ aside.layout-sidebar-second footer.view-footer {
|
|||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
align-self: left;
|
align-self: left;
|
||||||
margin-left: 1rem;
|
margin-left: 1rem;
|
||||||
padding-left: 0.3rem;
|
|
||||||
padding-right: 0.3rem;
|
|
||||||
}
|
}
|
||||||
@media (max-width: 891px) {
|
@media (max-width: 891px) {
|
||||||
aside.layout-sidebar-second footer.view-footer {
|
aside.layout-sidebar-second footer.view-footer {
|
||||||
@@ -1107,6 +1105,10 @@ aside.layout-sidebar-second footer.view-footer p {
|
|||||||
aside.layout-sidebar-second footer.view-footer :hover {
|
aside.layout-sidebar-second footer.view-footer :hover {
|
||||||
background-color: #fdc300;
|
background-color: #fdc300;
|
||||||
}
|
}
|
||||||
|
aside.layout-sidebar-second footer.view-footer p {
|
||||||
|
padding-left: 0.6rem;
|
||||||
|
padding-right: 0.6rem;
|
||||||
|
}
|
||||||
|
|
||||||
.field--name-field-dossier-de-pilotage > div:nth-child(2) > div:nth-child(1) > div:nth-child(2):hover {
|
.field--name-field-dossier-de-pilotage > div:nth-child(2) > div:nth-child(1) > div:nth-child(2):hover {
|
||||||
background-color: none !important;
|
background-color: none !important;
|
||||||
|
|||||||
@@ -189,8 +189,7 @@ aside.layout-sidebar-second{
|
|||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
align-self: left;
|
align-self: left;
|
||||||
margin-left: 1rem;
|
margin-left: 1rem;
|
||||||
padding-left: 0.3rem;
|
|
||||||
padding-right: 0.3rem;
|
|
||||||
|
|
||||||
@media (max-width:891px) {
|
@media (max-width:891px) {
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
@@ -200,6 +199,10 @@ aside.layout-sidebar-second{
|
|||||||
:hover{
|
:hover{
|
||||||
background-color: $yellow-puca;
|
background-color: $yellow-puca;
|
||||||
}
|
}
|
||||||
|
p{
|
||||||
|
padding-left: 0.6rem;
|
||||||
|
padding-right: 0.6rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user