Created
June 25, 2020 14:05
-
-
Save onyxcode/f698dfd4aa1afb4b11cf5731ed6192f9 to your computer and use it in GitHub Desktop.
I swear Milan if you don't take this CSS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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