mon-entreprise/source/containers/Home.css

76 lines
967 B
CSS
Raw Normal View History

#home {
height: 400px;
/*display:flex;
justify-content: center;
align-items: center;*/
}
#brand {
position: relative;
color: #333350;
width: 120px;
margin: 4em auto;
}
#brand img {
display: block;
width: 120px;
margin-bottom: .6em;
}
#brand #name {
font-size: 180%;
line-height: .9em;
}
#brand #version {
font-style: italic;
font-size: 90%;
position: absolute;
bottom: 0;
right: 0;
}
#description p {
font-size: 140%;
width: 50%;
margin: 0 auto;
}
#description #about {
font-size: 100%;
text-align: right;
font-size:
}
#search {
width: 400px;
margin: 4em auto;
}
#search input {
font-weight: 300;
text-align: center;
font-size: 120%;
width: 100%;
border: none;
border-bottom: 1px solid #333350
}
#search-results ul {
width: 30%;
margin: 0 auto;
list-style: none;
}
2016-12-07 18:08:10 +00:00
#search-results li {
margin: .5em 0;
}
#search-results .rule-type {
border: 1px solid lightGrey;
padding: 0 .5em;
font-size: 75%;
margin-right: 1em;
}