Make controls buttons slightly bigger

This commit is contained in:
Toby Zerner 2015-05-14 22:32:21 +09:30
parent c17716db02
commit 4e7cbaa4dd
2 changed files with 5 additions and 4 deletions

View File

@ -150,6 +150,7 @@
& .contextual-controls {
float: right;
margin-top: -3px;
margin-left: 10px;
}
}

View File

@ -60,11 +60,11 @@
// Little round icon buttons
.btn-icon.btn-sm {
border-radius: 12px;
height: 24px;
width: 24px;
border-radius: 14px;
height: 28px;
width: 28px;
text-align: center;
padding: 3px 0;
padding: 5px 0;
& .label, & .icon-caret {
display: none;