fix padding for nemo toolbar buttons (3.20). fix typo.

This commit is contained in:
Dustin Falgout
2016-04-10 04:53:28 -05:00
parent 6f961342d9
commit a7fcd6b7b5
3 changed files with 12 additions and 3 deletions
+2 -2
View File
@@ -88,7 +88,7 @@
border: 0;
}
}
toolbar {
button {
@include button($bg_color, $fg_color);
@@ -117,7 +117,7 @@
}
&.primary-toolbar button {
padding: 5px 8px;
padding: 5px 6px;
}
}
}