mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 14:01:20 +08:00
54 lines
1020 B
SCSS
54 lines
1020 B
SCSS
ion-content ion-card ion-item.advanced-trans p {
|
|
color: #fff;
|
|
}
|
|
|
|
ion-card p.advanced-background-subtitle {
|
|
font-size: 1.0em;
|
|
position: absolute;
|
|
top: 48%;
|
|
width: 100%;
|
|
color: #fff !important;
|
|
}
|
|
|
|
.advanced-background {
|
|
position: relative;
|
|
text-align: center !important;
|
|
}
|
|
|
|
ion-card ion-item.advanced-trans.item {
|
|
position: absolute;
|
|
top: 0;
|
|
width: 100%;
|
|
padding: 12px 20px !important;
|
|
background: transparent;
|
|
}
|
|
ion-card ion-item.advanced-trans.item p {
|
|
font-size: 12px;
|
|
letter-spacing: 1.7px;
|
|
font-weight: 500;
|
|
opacity: 0.7;
|
|
}
|
|
|
|
ion-card p.advanced-background-title {
|
|
position: absolute;
|
|
top: 25%;
|
|
font-size: 2.0em;
|
|
width: 100%;
|
|
font-weight: bold;
|
|
color: #fff !important;
|
|
}
|
|
|
|
ion-card p.advanced-background-title-large {
|
|
top: 29%;
|
|
font-weight: normal;
|
|
font-size: 4.4em;
|
|
color: #fff !important;
|
|
}
|
|
ion-card p.advanced-background-title-large span {
|
|
vertical-align: top;
|
|
padding-top: 5px;
|
|
font-size: 72px;
|
|
height: 74px;
|
|
line-height: 1;
|
|
display: inline-block;
|
|
} |