mon-entreprise/source/components/Results.css

60 lines
770 B
CSS
Raw Normal View History

#results {
margin: 0 auto;
2017-11-20 09:47:10 +00:00
padding: .1em .3em;
background: #2975D1;
color: white;
box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.25);
}
2017-11-20 09:47:10 +00:00
@media screen and (min-width:860px) {
#results {
width: 45em;
}
}
2017-10-18 16:32:13 +00:00
#results-actions {
background: #333350;
}
#toSimulation {
font-size: 150%;
color: white;
margin-left: .6em;
line-height: 1.8em;
text-decoration: none;
border-radius: .2em;
position: relative;
}
#toSimulation i {
margin-right: .6em;
}
#results h2 span {
font-size: 70%;
margin: 0 .6em
}
2017-03-27 13:32:03 +00:00
#results ul {
list-style: none;
padding-left: 0;
2017-10-18 16:32:13 +00:00
display: flex;
align-items: center;
flex-wrap: wrap;
height: 70%;
2017-11-20 09:47:10 +00:00
margin: .2em auto 1.2em;
}
2017-10-18 16:32:13 +00:00
#results li {
2017-11-20 09:47:10 +00:00
margin: 0 1.2em;
display: inline-block;
width: 100%;
2017-03-27 13:32:03 +00:00
}
@media (max-width: 1280px) {
}