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 {
|
||||
position: relative;
|
||||
|
||||
display: flex;
|
||||
//display: flex;
|
||||
flex: 1;
|
||||
flex-shrink: 1;
|
||||
|
||||
@ -179,14 +179,15 @@ ion-primary-swipe-buttons {
|
||||
}
|
||||
|
||||
.item-label h3 {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
margin: 0;
|
||||
font-size: 16px;
|
||||
margin: 0 0 6px;
|
||||
line-height: .75em;
|
||||
color: #222;
|
||||
font-weight: normal;
|
||||
}
|
||||
.item-label h4 {
|
||||
margin-top: 8px;
|
||||
margin: 10px 0 0px;
|
||||
font-size: 14px;
|
||||
line-height: 14px;
|
||||
color: #858585;
|
||||
|
@ -20,7 +20,7 @@ $navbar-material-button-text-color: #007aff !default;
|
||||
|
||||
ion-title {
|
||||
font-size: $navbar-material-title-font-size;
|
||||
font-weight: bold;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
button,
|
||||
|
@ -12,7 +12,7 @@ $toolbar-material-button-text-color: #007aff !default;
|
||||
|
||||
ion-title {
|
||||
font-size: $toolbar-material-title-font-size;
|
||||
font-weight: bold;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
button,
|
||||
|
Reference in New Issue
Block a user