mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
Toolbar padding, list maring
This commit is contained in:
@ -3,7 +3,7 @@
|
|||||||
<ion-title>Ionic 2.0</ion-title>
|
<ion-title>Ionic 2.0</ion-title>
|
||||||
</ion-toolbar>
|
</ion-toolbar>
|
||||||
<ion-content>
|
<ion-content>
|
||||||
<ion-list inset>
|
<ion-list>
|
||||||
<ion-item *ng-for="#c of components" (^click)="openPage(aside, c)">
|
<ion-item *ng-for="#c of components" (^click)="openPage(aside, c)">
|
||||||
<span>{{c.title}}</span>
|
<span>{{c.title}}</span>
|
||||||
</ion-item>
|
</ion-item>
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
// List
|
// List
|
||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
|
|
||||||
$list-margin-top: 35px !default;
|
$list-margin-top: 0px !default;
|
||||||
$list-margin-bottom: 10px !default;
|
$list-margin-bottom: 0px !default;
|
||||||
|
|
||||||
|
|
||||||
.list-header {
|
.list-header {
|
||||||
|
@ -16,9 +16,13 @@ $toolbar-ios-button-font-size: 1.7rem !default;
|
|||||||
$toolbar-ios-button-text-color: #007aff !default;
|
$toolbar-ios-button-text-color: #007aff !default;
|
||||||
$toolbar-ios-button-background-color: transparent !default;
|
$toolbar-ios-button-background-color: transparent !default;
|
||||||
|
|
||||||
|
$toolbar-ios-padding: 0px 15px;
|
||||||
|
|
||||||
|
|
||||||
.platform-ios ion-toolbar {
|
.platform-ios ion-toolbar {
|
||||||
|
|
||||||
|
padding: $toolbar-ios-padding;
|
||||||
|
|
||||||
height: $toolbar-ios-height;
|
height: $toolbar-ios-height;
|
||||||
background: $toolbar-ios-background;
|
background: $toolbar-ios-background;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user