apollo_mobile_app/src/pages/home/home.scss
2018-03-21 11:09:50 +05:30

27 lines
458 B
SCSS

page-home {
.ion-md-person:before {
content: \f345;
padding-left:30px;
font-size: 25px;
}
.ion-md-construct:before {
content: \f2d5;
padding-left:18px;
}
.circle-pic{
width:100px;
height:100px;
-webkit-border-radius: 50%;
border-radius: 50%;
margin-left:20%;
}
ion-slides {
display: block;
/* width: 100%; */
height: 60%;
}
.toolbar-md-dark .toolbar-background-md {
background: #364150 !important;
}
}