mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 05:58:26 +08:00

Allow popovers to be of dynamic height and only cut them off when they exceed the height of the body. Clean up styles for each mode. references #5420
123 lines
1.5 KiB
CSS
123 lines
1.5 KiB
CSS
.text-to-change div {
|
|
margin: 10px auto;
|
|
}
|
|
|
|
ion-row,
|
|
ion-col {
|
|
padding: 0;
|
|
}
|
|
|
|
.text-button {
|
|
padding-left: 0;
|
|
text-align: center;
|
|
min-height: 20px;
|
|
line-height: 18px;
|
|
}
|
|
|
|
.text-button .item-inner {
|
|
padding-right: 0;
|
|
}
|
|
|
|
.text-smaller {
|
|
font-size: 12px;
|
|
}
|
|
|
|
.ios .text-smaller {
|
|
border-right: 1px solid #c8c7cc;
|
|
}
|
|
|
|
.md .text-smaller {
|
|
border-right: 1px solid #dedede;
|
|
}
|
|
|
|
.text-larger {
|
|
font-size: 16px;
|
|
}
|
|
|
|
.row-dots {
|
|
text-align: center;
|
|
}
|
|
|
|
.ios .row-dots {
|
|
border-bottom: 1px solid #c8c7cc;
|
|
}
|
|
|
|
.md .row-dots {
|
|
border-bottom: 1px solid #dedede;
|
|
}
|
|
|
|
.ios .dot {
|
|
border: 1px solid #c8c7cc;
|
|
}
|
|
|
|
.md .dot {
|
|
border: 1px solid #dedede;
|
|
}
|
|
|
|
.wp .dot {
|
|
border: 2px solid #ccc;
|
|
}
|
|
|
|
.hairlines .text-smaller,
|
|
.hairlines .row-dots,
|
|
.hairlines .dot {
|
|
border-width: 0.55px;
|
|
}
|
|
|
|
.row-dots .dot {
|
|
height: 30px;
|
|
width: 30px;
|
|
border-radius: 50%;
|
|
margin: 10px auto;
|
|
position: relative;
|
|
}
|
|
|
|
.dot-white {
|
|
background-color: rgb(255,255,255);
|
|
}
|
|
|
|
.dot-tan {
|
|
background-color: rgb(249,241,228);
|
|
}
|
|
|
|
.dot-grey {
|
|
background-color: rgb(76,75,80);
|
|
}
|
|
|
|
.dot-black {
|
|
background-color: rgb(0,0,0);
|
|
}
|
|
|
|
.dot.selected {
|
|
border-width: 2px;
|
|
border-color: #327eff;
|
|
}
|
|
|
|
.text-athelas {
|
|
font-family: "Athelas";
|
|
}
|
|
|
|
.text-charter {
|
|
font-family: "Charter";
|
|
}
|
|
|
|
.text-iowan {
|
|
font-family: "Iowan";
|
|
}
|
|
|
|
.text-palatino {
|
|
font-family: "Palatino";
|
|
}
|
|
|
|
.text-san-francisco {
|
|
font-family: "San Francisco";
|
|
}
|
|
|
|
.text-seravek {
|
|
font-family: "Seravek";
|
|
}
|
|
|
|
.text-times-new-roman {
|
|
font-family: "Times New Roman";
|
|
}
|