chore: style tweaks

This commit is contained in:
EnixCoda 2020-03-31 01:07:13 +08:00
parent c20c3e16e9
commit 19c41d1005
No known key found for this signature in database
GPG key ID: 0C1A07377913A1DD

View file

@ -201,6 +201,7 @@ $minimal-z-index: max($github-header-z-index, $github-pull-request-float-header-
@import '~@primer/css/base/index.scss';
button {
border-radius: 6px;
font-weight: 600;
}
.#{$name}-position-wrapper {
@ -483,7 +484,9 @@ $minimal-z-index: max($github-header-z-index, $github-pull-request-float-header-
}
select {
width: 100%;
height: 36px; // same height as text inputs
background: $bg-white;
-moz-appearance: menulist-button;
}
&.field-checkbox {
padding-left: 20px;