mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 19:57:22 +08:00
41 lines
632 B
SCSS
41 lines
632 B
SCSS
ion-card.adv-map p {
|
|
font-size: 0.7em !important;
|
|
}
|
|
p.time-ago {
|
|
color: #bbbbbb !important;
|
|
margin-left: 4px !important;
|
|
margin-right: 0px !important;
|
|
|
|
}
|
|
button[fab].fab-map {
|
|
top: 190px;
|
|
z-index: 50;
|
|
}
|
|
body.ios button[fab].fab-map {
|
|
width: 50px;
|
|
height: 50px;
|
|
}
|
|
body.md button[fab].fab-map {
|
|
top: 220px;
|
|
}
|
|
|
|
ion-card .icon-avatar {
|
|
margin: 10px 8px;
|
|
min-width: 2.4rem !important;
|
|
color: #444444;
|
|
font-size: 1.8em;
|
|
text-align: center;
|
|
}
|
|
|
|
.item-bold {
|
|
font-weight: bold;
|
|
color: #32DB64;
|
|
}
|
|
.item-subtle {
|
|
color: #656565;
|
|
margin-left: -3px !important;
|
|
}
|
|
.item-subtle:before {
|
|
padding-right: 5px;
|
|
}
|