mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
Better item
This commit is contained in:
@ -93,7 +93,7 @@ ion-primary-swipe-buttons {
|
|||||||
.item-label {
|
.item-label {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
display: flex;
|
//display: flex;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
flex-shrink: 1;
|
flex-shrink: 1;
|
||||||
|
|
||||||
@ -179,14 +179,15 @@ ion-primary-swipe-buttons {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.item-label h3 {
|
.item-label h3 {
|
||||||
margin-top: 0;
|
margin: 0;
|
||||||
margin-bottom: 0;
|
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
margin: 0 0 6px;
|
||||||
|
line-height: .75em;
|
||||||
color: #222;
|
color: #222;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
.item-label h4 {
|
.item-label h4 {
|
||||||
margin-top: 8px;
|
margin: 10px 0 0px;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 14px;
|
line-height: 14px;
|
||||||
color: #858585;
|
color: #858585;
|
||||||
|
@ -20,7 +20,7 @@ $navbar-material-button-text-color: #007aff !default;
|
|||||||
|
|
||||||
ion-title {
|
ion-title {
|
||||||
font-size: $navbar-material-title-font-size;
|
font-size: $navbar-material-title-font-size;
|
||||||
font-weight: bold;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
button,
|
button,
|
||||||
|
@ -12,7 +12,7 @@ $toolbar-material-button-text-color: #007aff !default;
|
|||||||
|
|
||||||
ion-title {
|
ion-title {
|
||||||
font-size: $toolbar-material-title-font-size;
|
font-size: $toolbar-material-title-font-size;
|
||||||
font-weight: bold;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
button,
|
button,
|
||||||
|
Reference in New Issue
Block a user