Border radius for button

pull/358/head
cagataycivici 2020-06-27 21:20:49 +03:00
parent a7d8c48f36
commit eb25413924
1 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,8 @@
cursor: pointer;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
transition: background-color .2s, box-shadow .2s;
box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2),
0 5px 22px 4px rgba(0, 0, 0, 0.12),