mon-entreprise/containers/App.css

39 lines
469 B
CSS

body {
font-family: Open Sans;
color: #333;
}
ul {
list-style: none;
padding: 0
}
#tags {
text-transform: capitalize;
font-size: 140%;
font-weight: 300;
width: 20%;
border-right: 1px solid #aaa;
}
#tags li {
margin-top: 1em;
}
.choices {
}
.choices li {
font-size: 75%;
font-weight: 400;
display: inline-block;
text-align: right;
margin-left: 1em;
background: #16a085;
color: white;
padding: .05em .5em;
cursor: pointer;
border-radius: .1em
}