Files
2015-10-01 13:45:12 -05:00

29 lines
405 B
CSS

body {
cursor: url('http://ionicframework.com/img/finger.png'), auto;
}
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;
}