1
0
Fork 0
mirror of synced 2024-10-01 01:28:51 +13:00

Adjust button styles in line with new designs

This commit is contained in:
Andrew Kingston 2020-10-16 08:35:15 +01:00
parent ffb73b15dd
commit 9f797215e5

View file

@ -25,12 +25,10 @@
<style>
.default {
align-items: center;
font-size: 16px;
padding: 0px 16px;
padding: var(--spacing-s) var(--spacing-l);
box-sizing: border-box;
border-radius: 4px;
outline: none;
height: 40px;
cursor: pointer;
transition: all 0.2s ease 0s;
overflow: hidden;