mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-06 22:29:44 +08:00
Messed with some button stuff
This commit is contained in:
@ -84,7 +84,7 @@
|
|||||||
|
|
||||||
<div id="tasks" ng-switch-when="tasks" ng-controller="TasksCtrl" class="panel">
|
<div id="tasks" ng-switch-when="tasks" ng-controller="TasksCtrl" class="panel">
|
||||||
<header class="bar bar-header bar-danger">
|
<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>
|
<h1 class="title">Your Tasks</h1>
|
||||||
</header>
|
</header>
|
||||||
<main class="content content-padded has-header">
|
<main class="content content-padded has-header">
|
||||||
|
|||||||
@ -15,6 +15,12 @@
|
|||||||
&.button-icon {
|
&.button-icon {
|
||||||
border: none;
|
border: none;
|
||||||
background: none;
|
background: none;
|
||||||
|
padding: $button-clear-padding;
|
||||||
|
}
|
||||||
|
|
||||||
|
&.button-clear {
|
||||||
|
border: none;
|
||||||
|
background: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.button-block {
|
&.button-block {
|
||||||
@ -47,12 +53,6 @@
|
|||||||
@include button-style($button-dark-bg, $button-dark-border, $white);
|
@include button-style($button-dark-bg, $button-dark-border, $white);
|
||||||
}
|
}
|
||||||
|
|
||||||
&.button-clear {
|
|
||||||
border: none;
|
|
||||||
background: none;
|
|
||||||
padding: $button-clear-padding;
|
|
||||||
}
|
|
||||||
|
|
||||||
&.button-icon {
|
&.button-icon {
|
||||||
border: none;
|
border: none;
|
||||||
background: none;
|
background: none;
|
||||||
|
|||||||
Reference in New Issue
Block a user