Created
December 19, 2014 12:40
-
-
Save lperrin/dbc88009b76de60b7563 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
html, * { | |
box-sizing: border-box; | |
font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Arial; | |
} | |
.plugin { | |
float: right; | |
width: 300px; | |
height: 700px; | |
background: #4a4a4a; | |
color: #fff; | |
padding: 40px; | |
} | |
.plugin h1 { | |
font-size: 18px; | |
} | |
.plugin h2 { | |
font-size: 15px; | |
} | |
.plugin span { | |
font-size: 12px; | |
color: #ddd; | |
} | |
.plugin .contact-info, .plugin .message-info { | |
margin-top: 30px; | |
} | |
.front { | |
overflow: hidden; | |
height: 700px; | |
border: 1px solid #D6DFE2; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment