Created
May 23, 2018 14:00
-
-
Save olivx/aa366612175955de9cbb8e45e2a0c3b1 to your computer and use it in GitHub Desktop.
css utils
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
.boxfilters { | |
padding:13px 20px; | |
background-color:#fff; | |
border:1px #ddd solid; | |
max-height:150px; | |
overflow: auto; | |
margin-bottom:10px; | |
} | |
.badge-unemp { | |
background-color: rgba(247, 226, 197, 0.49); | |
color: #906B37; | |
padding: 10px 15px; | |
margin: 5px 0; | |
display: block; | |
font-weight:500; | |
font-size:0.9em; | |
border: 1px dashed rgba(150, 107, 55, 0.44); | |
} | |
.par-box { | |
background-color:#fff; | |
padding:5px 15px 10px 15px; | |
margin:10px 0 30px; | |
} | |
.par { | |
background-color:#f9f9f9; | |
border: 1px dashed #ddd; | |
padding:10px 15px; | |
margin:2px 1px; | |
display: inline-block; | |
} | |
.par-clean { | |
padding:10px 15px; | |
margin:2px 1px; | |
display: inline-block; | |
} | |
.par-block { | |
background-color:#f9f9f9; | |
border: 1px dashed #ddd; | |
padding:10px 15px; | |
margin:5px 0; | |
display: block; | |
} | |
.par-block-blue { | |
border: 1px dashed #bbcddc; | |
background-color:#F4FAFF; | |
padding:10px 15px; | |
margin:5px 0; | |
display: block; | |
} | |
.workdesc { | |
border: 1px dashed #ddd; | |
padding:10px 15px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment