Moved tabicons into a component

This commit is contained in:
Joel Collins 2019-06-10 11:28:11 +01:00
parent d302a77d6e
commit 0014d61f89
3 changed files with 114 additions and 25 deletions

View file

@ -307,13 +307,13 @@ body { overflow: hidden; }
/*
* Button and link
*/
.uk-link:hover, a:hover {
.uk-link:hover, a:hover {
color: @global-button-background;
}
}
.uk-button {
.uk-button {
border-radius: 2px;
}
}
.tm-button-default,
.tm-button-primary { border-radius: 500px; }