1
0
Fork 0
mirror of https://github.com/betagouv/mon-entreprise synced 2025-02-09 01:45:03 +00:00
mon-entreprise/source/components/SearchButton.css
2018-04-23 15:45:55 +02:00

15 lines
208 B
CSS

#searchButton button {
margin: 0.6em 0;
border: none;
}
#searchButton i {
font-size: 180%;
}
#searchButton {
display: flex;
justify-content: flex-end;
}
#searchButton #overlayContent {
height: 26em;
}