-
Notifications
You must be signed in to change notification settings - Fork 54
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
🐛 fix(password): placement checkbox & icon info [DS-3668] #832
Conversation
zellerbaptiste
commented
Nov 22, 2023
•
edited
Loading
edited
- met a jour l'icône de message d'information
- met a jour le placement de la checkbox
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.
Petite proposition de changement qui serait plus clean pour disposition entre le texte de description et la checkbox :
ns(password): row + flex-wrap
checkbox: retrait des margin, flex 0
ns(label): retrait du max-width, flex 1
input: flex 0 1 100%
on en discute si tu veux
Ok, merci j'ai intégré tes retours |
@@ -117,5 +117,5 @@ | |||
} | |||
|
|||
#{ns(info-text)} { | |||
@include icon-image(information-fill, before); | |||
@include icon-image(info-fill, before); |
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.
pourquoi info-fill ? c'est plus information-fill ?
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.
non l'icône information-fill
a un fond de forme ronde alors que info-fill
une forme carrée ce que l'on veut dans ce cas.