-
Notifications
You must be signed in to change notification settings - Fork 32
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
JDS Components #140
base: jds-2.0
Are you sure you want to change the base?
JDS Components #140
Conversation
padding: 10px 20px; | ||
border: 1px solid #ddd; | ||
color: @BlackColor; | ||
background-color: @PrimaryTextColor!important; |
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.
avoid using !important
.nitrozen-select:focus-within { | ||
border-color: @SecondaryColor; | ||
} | ||
.nitrozen-select__trigger { | ||
color: @TypographyPrimaryColor; | ||
border-radius: 3px; | ||
font-size: 14px; | ||
// border-radius: 3px; |
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.
remove the comments
@@ -217,7 +259,7 @@ | |||
} | |||
|
|||
.n-button-rounded { | |||
border-radius: 40px; | |||
border-radius: 1000px; |
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.
1000px instead use %
use relative units, please instead of absolute
@@ -232,7 +274,7 @@ | |||
} | |||
|
|||
.n-button-mid { | |||
height: 4.8rem; | |||
// height: 4.8rem; |
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.
remove comments
No description provided.