We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ca5338 commit e15ddf2Copy full SHA for e15ddf2
1 file changed
preview/pr-18/static/css/deadlines.css
@@ -115,7 +115,7 @@ body *::selection {
115
/* Pill-style filter checkboxes */
116
.checkbox {
117
display: inline-block;
118
- margin: 3px 4px 3px 0;
+ margin: 4px 6px 4px 0;
119
padding: 0;
120
min-height: auto;
121
}
@@ -126,15 +126,15 @@ body *::selection {
126
background: #fff;
127
border: 1.5px solid #cbd5e1;
128
border-radius: 20px;
129
- padding: 5px 13px;
+ padding: 6px 16px;
130
cursor: pointer;
131
font-size: 13px;
132
font-weight: 500;
133
color: #475569;
134
transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
135
user-select: none;
136
margin: 0;
137
- line-height: 1.4;
+ line-height: 1.5;
138
139
140
.checkbox label:hover {
0 commit comments