Files
Brandy Carney 4db72cfc2c feat(popover): fix long popovers that go off the page
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
2016-05-25 12:12:18 -04:00

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";
}