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> <style>
.default { .default {
align-items: center; align-items: center;
font-size: 16px; padding: var(--spacing-s) var(--spacing-l);
padding: 0px 16px;
box-sizing: border-box; box-sizing: border-box;
border-radius: 4px; border-radius: 4px;
outline: none; outline: none;
height: 40px;
cursor: pointer; cursor: pointer;
transition: all 0.2s ease 0s; transition: all 0.2s ease 0s;
overflow: hidden; overflow: hidden;