Added a tiny border radius to buttons
This commit is contained in:
parent
b91a58dea6
commit
6af15842a8
1 changed files with 3 additions and 0 deletions
|
|
@ -303,6 +303,9 @@ body { overflow: hidden; }
|
|||
/*
|
||||
* Button
|
||||
*/
|
||||
.uk-button {
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
.tm-button-default,
|
||||
.tm-button-primary { border-radius: 500px; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue