Files
2015-10-08 14:55:36 -05:00

96 lines
1.3 KiB
CSS

body {
cursor: url('http://ionicframework.com/img/finger.png'), auto;
overflow: hidden;
}
section.hidden {
display: none !important;
}
#ionitron {
width: 100px;
height: 100px;
position: absolute;
top: 25%;
margin-top: -50px;
left: 50%;
margin-left: -50px;
}
.animation-buttons {
position: absolute;
bottom: 25%;
left: 60px;
display: inline;
}
.components-demo h4 {
text-align: center;
}
.section-padding {
padding: 16px;
}
.components-demo section {
width: 100%;
height: 100%;
}
.components-icons {
font-size: 2em;
text-align: center;
}
ion-scroll {
width: 100%;
height: 100%;
}
.demo-slide {
display: block;
height: 100%;
padding: 500px 0;
width: 100%;
font-weight: bold;
font-size: 2.5em;
color: #fff;
}
.demo-slide-1 {
background-color: #32db64;
}
.demo-slide-2 {
background-color: #387ef5;
}
.demo-slide-3 {
background-color: #f53d3d;
}
scroll-content {
overflow-y: hidden;
}
.md .ion-md-share {
color: #ED4248;
}
.md .ion-md-arrow-dropright-circle {
color: #508AE4;
}
.md .ion-md-heart-outline {
color: #31D55F;
}
.md .action-sheet-destructive {
border-top: 1px solid rgba(204, 204, 204, 0.32);
margin-top: 8px;
padding-top: 4px;
}
.md .action-sheet-cancel icon, .md .action-sheet-destructive icon {
color: #757575;
}