Better item

This commit is contained in:
Max Lynch
2015-07-18 16:44:03 -05:00
parent dc05dc9353
commit 6b115ffa5d
3 changed files with 7 additions and 6 deletions

View File

@ -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;

View File

@ -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,

View File

@ -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,