mirror of
https://github.com/betagouv/mon-entreprise
synced 2025-02-09 01:45:03 +00:00
16 lines
226 B
CSS
16 lines
226 B
CSS
#searchButton button {
|
|
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;
|
|
}
|