Messed with some button stuff

This commit is contained in:
Max Lynch
2013-09-23 00:30:52 -05:00
parent e1a4204f84
commit 3bd0c8b167
2 changed files with 7 additions and 7 deletions

View File

@ -84,7 +84,7 @@
<div id="tasks" ng-switch-when="tasks" ng-controller="TasksCtrl" class="panel">
<header class="bar bar-header bar-danger">
<a href="#" class="button"><i class="icon-reorder"></i></a>
<a href="#" class="button button-icon"><i class="icon-reorder"></i></a>
<h1 class="title">Your Tasks</h1>
</header>
<main class="content content-padded has-header">

View File

@ -15,6 +15,12 @@
&.button-icon {
border: none;
background: none;
padding: $button-clear-padding;
}
&.button-clear {
border: none;
background: none;
}
&.button-block {
@ -47,12 +53,6 @@
@include button-style($button-dark-bg, $button-dark-border, $white);
}
&.button-clear {
border: none;
background: none;
padding: $button-clear-padding;
}
&.button-icon {
border: none;
background: none;