-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update the appearance of the logo #963
base: new-design
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need changes.
@@ -30,22 +30,46 @@ body.users.update { | |||
font-weight: $m-font-weight-bold; | |||
} | |||
|
|||
@include logo-container; | |||
.logo-image-container { | |||
margin-top: -50%; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please change it to a 'px' value. Note that the number will change too.
border-radius: 50%; | ||
border: 10px solid $m-logo-border;//espessura da borda |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comments always in English, but remove this one. Not relevant.
|
||
.logo-image-text { | ||
color: white; | ||
margin-top: 30%; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please change it to a 'px' value. Note that the number will change too.
app/views/users/edit_data.html.haml
Outdated
@@ -25,6 +30,7 @@ | |||
= p.input :description, as: :text | |||
= p.input :url | |||
|
|||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unnecessary line. Remove it.
No description provided.