mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 11:17:19 +08:00
29 lines
405 B
CSS
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;
|
|
}
|