Last active
December 14, 2018 04:25
-
-
Save dinukapj/5c052ad8022f180633026a3643a101ae to your computer and use it in GitHub Desktop.
Makers 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
.makers-box { | |
right: 0; | |
bottom: 0; | |
background-color: #ff4742; | |
color: #fff; | |
position: fixed; | |
font-weight: 500; | |
z-index: 20; | |
border-top-left-radius: 5px; | |
padding: 0.5em; | |
border-top: 1px solid #efefef; | |
font-weight: 800; | |
border-left: 1px solid #efefef; | |
background: #fff; | |
color: #6f6f6f; | |
} | |
.maker-img { | |
border-radius: 2em; | |
width: 40px; | |
vertical-align: middle; | |
margin-bottom: 0px !important; | |
} | |
.maker-name { | |
margin: 0; | |
vertical-align: middle; | |
display: inline; | |
font-weight: 600; | |
margin-left: 5px; | |
} | |
.maker-link { | |
padding: 10px; | |
text-decoration: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment