-
Notifications
You must be signed in to change notification settings - Fork 35
feat(frontend)::guitar: Adding card components || JIRA: PT-18 #14
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
Conversation
LeThanhPhongLTV
commented
May 16, 2022
src/assets/css/el-alert.scss
Outdated
@@ -0,0 +1,6 @@ | |||
.el-alert { |
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.
Dùng tailwind css class nhé em
src/assets/css/el-tag.scss
Outdated
@@ -0,0 +1,13 @@ | |||
.el-tag { | |||
width: 5rem; /* 80px */ |
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.
Ở đây nữa
.el-button.el-button--default { | ||
@apply font-bold h-10 !important; | ||
@apply font-bold !important; | ||
} | ||
.body { |
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.
Chỗ này không cần set font nha em
Kudos, SonarCloud Quality Gate passed!
|