Created
November 7, 2016 15:13
-
-
Save dextermb/6e95b7e3efbaa98aa2b8718859e7be4c 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
* { | |
margin: 0; | |
padding: 0; | |
position: relative; | |
box-sizing: border-box; | |
font-family: 'Roboto', sans-serif; | |
font-weight: 400; | |
text-decoration: none; | |
color: #868e96; | |
cursor: default; | |
outline: none; | |
outline: 0; | |
} | |
p { | |
font-size: 12px; | |
} | |
a, | |
.fa { | |
font-weight: inherit; | |
font-size: inherit; | |
line-height: inherit; | |
text-decoration: inherit; | |
text-shadow: inherit; | |
color: inherit; | |
cursor: inherit; | |
} | |
a:hover, | |
button:hover { | |
cursor: pointer; | |
} | |
/** | |
* | |
* | |
* Put content here | |
* | |
* | |
* | |
*/ | |
/** | |
* Wrappers | |
*/ | |
.wrp { | |
width: 100%; | |
max-width: 960px; | |
display: block; | |
margin-left: auto; | |
margin-right: auto; | |
} | |
.wrp.wrp-lrg { | |
max-width: 1200px; | |
} | |
/** | |
* Flexbox | |
*/ | |
.flexbox { | |
display: flex; | |
flex-direction: row; | |
flex-wrap: wrap; | |
justify-content: center; | |
align-items: center; | |
align-content: center; | |
} | |
.flexbox.pull-horz-center { | |
justify-content: center; | |
align-content: flex-start; | |
} | |
.flexbox.pull-vert-center { | |
justify-content: flex-start; | |
align-content: center; | |
} | |
.flexbox>* { | |
margin: 0 10px 10px 10px; | |
} | |
.flexbox.grid>* { | |
-webkit-flex: 1 0 0px; | |
flex: 1 0 0px; | |
} | |
/** | |
* Utilities | |
*/ | |
.color-default { | |
color: #868e96 !important; | |
} | |
.color-success { | |
color: #51cf66 !important; | |
} | |
.color-info { | |
color: #329af0 !important; | |
} | |
.color-danger { | |
color: #fa5252 !important; | |
} | |
.height-200 { | |
height: 200px; | |
} | |
.height-400 { | |
height: 400px; | |
} | |
.height-600 { | |
height: 600px; | |
} | |
.height-full { | |
height: 100%; | |
} | |
.clearfix:before, | |
.clearfix:after { | |
content: " "; | |
display: table; | |
} | |
.clearfix:after { | |
clear: both; | |
} | |
.float-box { | |
width: 100%; | |
height: 100%; | |
position: absolute; | |
top: 0; | |
bottom: 0; | |
left: 0; | |
right: 0; | |
z-index: 95; | |
} | |
.float-left { | |
float: left; | |
} | |
.float-right { | |
float: right; | |
} | |
.abs-btm { | |
position: absolute; | |
bottom: 0; | |
} | |
.mrg-top { | |
margin-top: 5px; | |
} | |
.mrg-top-med { | |
margin-top: 10px; | |
} | |
.mrg-top-lrg { | |
margin-top: 20px; | |
} | |
.mrg-top-msv { | |
margin-top: 40px; | |
} | |
.mrg-btm { | |
margin-bottom: 5px; | |
} | |
.mrg-btm-med { | |
margin-bottom: 10px; | |
} | |
.mrg-btm-lrg { | |
margin-bottom: 20px; | |
} | |
.mrg-btm-msv { | |
margin-bottom: 40px; | |
} | |
.mrg-lft { | |
margin-left: 5px; | |
} | |
.mrg-lft-med { | |
margin-left: 10px; | |
} | |
.mrg-lft-lrg { | |
margin-left: 20px; | |
} | |
.mrg-lft-msv { | |
margin-left: 40px; | |
} | |
.mrg-rgt { | |
margin-right: 5px; | |
} | |
.mrg-rgt-med { | |
margin-right: 10px; | |
} | |
.mrg-rgt-lrg { | |
margin-right: 20px; | |
} | |
.mrg-rgt-msv { | |
margin-right: 40px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add
to your