better user payment methods page css

This commit is contained in:
Bachir Soussi Chiadmi 2022-06-24 11:28:25 +02:00
parent 658f05db8b
commit ba4a025335
3 changed files with 23 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -3096,3 +3096,25 @@ form#user-form {
}
}
}
body.path-user{
#block-actionsdadministrationprincipales{
nav.action-links{
a{
border-radius: 1em;
background-color: $color-base;
color: #fff;
padding: 0.5em 1em;
font-weight: 600;
}
}
}
#main-content{
table.responsive-enabled{
td{
width: fit-content;
padding: 0.5em 1em;
}
}
}
}