better user payment methods page css
This commit is contained in:
parent
658f05db8b
commit
ba4a025335
File diff suppressed because one or more lines are too long
Binary file not shown.
|
@ -3095,4 +3095,26 @@ form#user-form {
|
||||||
flex: 0 0 50%;
|
flex: 0 0 50%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue