We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c25d9b commit ae9b85fCopy full SHA for ae9b85f
src/css/custom.scss
@@ -372,6 +372,25 @@ textarea {
372
display: flex;
373
width: 100%;
374
}
375
+.ant-btn {
376
+ font-size: 14px;
377
+ height: 32px;
378
+ padding: 0px 15px;
379
+ border-radius: 6px;
380
+ outline: none;
381
+ position: relative;
382
+ display: inline-flex;
383
+ gap: 8px;
384
+ align-items: center;
385
+ justify-content: center;
386
+ white-space: nowrap;
387
+ text-align: center;
388
+ background-image: none;
389
+ cursor: pointer;
390
+ transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
391
+ user-select: none;
392
+ touch-action: manipulation;
393
+}
394
395
.ant-dropdown .ant-dropdown-menu {
396
background-color: var(--color-bg-1);
0 commit comments