Skip to content

Instantly share code, notes, and snippets.

@r1ckhenry
Created April 6, 2017 09:28
Show Gist options
  • Save r1ckhenry/d368985eda513d78deb39fb69659e660 to your computer and use it in GitHub Desktop.
Save r1ckhenry/d368985eda513d78deb39fb69659e660 to your computer and use it in GitHub Desktop.
World Dashboard Styles
@import 'https://fonts.googleapis.com/css?family=Open+Sans';
@import 'https://fonts.googleapis.com/css?family=Montserrat';
body {
margin: 0;
font-family: 'Open Sans', sans-serif;
font-weight: 100;
}
h1 {
font-weight: bold;
background-color: rgb(28, 167, 236);
color: #ffffff;
padding: 12px 20px;
margin: 0;
font-size: 16px;
font-family: 'Montserrat', sans-serif;
}
main {
margin: 20px;
border: 1px solid #e5e5e5
}
main h2 {
margin: 5px 10px;
}
table {
width: 100%;
border-collapse: collapse;
}
thead {
border-bottom: 1px solid #f1f1f1;
}
th, td {
line-height: 40px;
font-size: 13px;
padding: 3px 10px;
}
th {
text-align: left;
background-color: #ffffff;
}
tr:nth-child(even) {
background-color: #f6f6f6;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment