Created
September 9, 2019 14:53
-
-
Save just1and0/07b67f05bedb721a86bc005c4111166c to your computer and use it in GitHub Desktop.
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
.header{ | |
background-color: whitesmoke; | |
} | |
.updatemodal{ | |
background-color: rgb(66, 173, 240); | |
padding: 10px 0px; | |
} | |
.pull-left{ | |
color:white; | |
font-size: 10px; | |
font-weight: 300 | |
} | |
.btn-custom{ | |
background-color: transparent; | |
color:white; | |
border:1px solid white; | |
border-radius: 20px; | |
font-weight: 250; | |
padding: 2px 10px; | |
outline: none | |
} | |
.btn-custom-g{ | |
background-color: transparent; | |
color:black; | |
border:1px solid #c5c5c5; | |
border-radius: 20px; | |
font-weight: 200; | |
padding: 2px 10px; | |
outline: none | |
} | |
.Desktop{ | |
background-color: whitesmoke; | |
height: 20px; | |
border-bottom: 1px solid #c5c5c5; | |
} | |
.Desktop span{ | |
font-size: 10px; | |
color: #c5c5c5; | |
} | |
.section-app{ | |
/* background-color: aqua; */ | |
height: 100vh | |
} | |
.text-right{ | |
text-align: right; | |
padding-top: 5px; | |
/* background-color: red */ | |
} | |
.body{ | |
top:10px | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment