Skip to content
Snippets Groups Projects
Commit af0fbfab authored by Alberto Siles's avatar Alberto Siles Committed by Alberto Siles
Browse files

Add style to user account page

parent 7e541e59
No related branches found
No related tags found
No related merge requests found
...@@ -74,3 +74,24 @@ ...@@ -74,3 +74,24 @@
margin: 0 auto; margin: 0 auto;
border-radius: 5px; border-radius: 5px;
} }
/* User account page */
body.path-user .field--label-inline .field__label {
width: 100px;
}
body.path-user .field--label-inline .field__item {
padding: 0.25rem 1rem;
border-radius: 1rem;
background: #e9ecef;
  • Adam Bernstein @AdamBernstein ·

    After updating from Beta2 to 5.1.x, I noticed the background of fields displayed on the user profile page have changed. I'm sorry if I'm missing something, but why is the background color hardcoded? It's very noticeable if you have a customized subtheme with an existing background override.

  • Please register or sign in to reply
min-width: 250px;
margin: 0.25rem 0;
}
body.path-user .field--label-above .field__item {
padding: 0.25rem 1rem;
border-radius: 1rem;
background: #e9ecef;
width: 100%;
margin: 0.25rem 0;
}
\ No newline at end of file
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