Skip to content

Instantly share code, notes, and snippets.

@onyxcode
Created June 25, 2020 14:05
Show Gist options
  • Save onyxcode/f698dfd4aa1afb4b11cf5731ed6192f9 to your computer and use it in GitHub Desktop.
Save onyxcode/f698dfd4aa1afb4b11cf5731ed6192f9 to your computer and use it in GitHub Desktop.
I swear Milan if you don't take this CSS
.btn-outline-secondary {
display: none;
}
body.page-minimal {
background-image: url("https://github.com/ONXLive/CommercialAir/blob/master/bg.png?raw=true");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
background-attachment: fixed;
}
@media only screen and (max-width: 1100px) {
body.page-minimal {
background-image: url("https://github.com/ONXLive/CommercialAir/blob/master/bg-mob.png?raw=true");
}
}
.card {
top:0px;
bottom:0px;
left:0px;
right:0px;
}
i.material-icons {
color: #32908F;
}
input {
color: #345995;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment