mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
chore: style tweaks
This commit is contained in:
parent
c20c3e16e9
commit
19c41d1005
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue