Skip to content

Instantly share code, notes, and snippets.

@maneeshaindrachapa
Created March 2, 2019 14:45
Show Gist options
  • Save maneeshaindrachapa/6d5dcf477fdb0b885c17104d924c3576 to your computer and use it in GitHub Desktop.
Save maneeshaindrachapa/6d5dcf477fdb0b885c17104d924c3576 to your computer and use it in GitHub Desktop.
page-home {
ion-icon {
color: #FFF !important;
font-size: 30px;
}
.zoom-btn{
color:#000 !important;
}
.menu-btn,
.button-md.activated {
background-color: transparent;
}
.content-color {
background-image: url("../../assets/imgs/background_image_3.png");
background-repeat: none;
background-size: cover;
font-size: 17px !important;
text-align: center;
.button-row{
margin-top:20px;
}
.square{
height: 482px;
border-radius: 42px;
background-color:#FFF;
}
.zoom{
height:50px;
width:50px;
background-color: #FFF;
border-radius: 100%;
color:#000;
}
.camera-circle{
background-color: #fff;
border:2px solid #000;
border-radius: 100%;
height:80px;
width:80px;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment