-
Notifications
You must be signed in to change notification settings - Fork 0
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
WUC-14: Button #32
WUC-14: Button #32
Conversation
5f505fc
to
b2006c5
Compare
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.
использовть миксин $color-...
border-radius: 6px; | ||
padding: 18px 40px; | ||
background: transparent; | ||
color: #ffffff; |
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.
перенести в переменные color: $color...
|
||
import cx from 'classnames' | ||
|
||
// eslint-disable-next-line css-modules/no-unused-class |
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.
просмотреть неиспользуемые стили. и удалить эту строку
@import 'src/scss/mixins'; | ||
|
||
.primary { | ||
border: 1px solid #fff; |
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.
использовть миксин $color-...
border-radius: 6px; | ||
padding: 18px 40px; | ||
background: transparent; | ||
color: #fff; |
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.
использовть миксин $color-...
Task
Closes # 14
Description
Перенес компонент Button