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

17 lines
226 B
CSS
Raw Normal View History

#searchButton button {
2018-03-19 19:18:58 +01:00
margin: 0.6em 0;
border: none;
font-size: 110%;
padding: 0 .6em;
}
#searchButton i {
}
#searchButton {
display: flex;
justify-content: flex-end;
}
#searchButton #overlayContent {
height: 26em;
}