.FlatList {
    -webkit-overflow-scrolling : touch;
}
html, body{
    height: 100%
}


$baseFontSize:      75px !default;
$dangerColor: 		#FF704F !default;
@function pxToRem($px) {
  @return $px / $baseFontSize * 1rem;
}

.paging-btn{
	width: 225px;
	height: 100px;	 
	color: #fff;
	line-height: 100px;
	text-align: center;
    font-size: 18px; /*no*/
    margin: 75px auto;
}
 

.paging-btn-danger{
	background-color: $dangerColor;
	&:focus, &:hover, &:active{
		background-color: #F75C38;
	}
}

.paging-btn-disabled{
	 background-color: #ccc;
	color: #fff;
}