mirror of
https://github.com/betagouv/mon-entreprise
synced 2025-02-09 01:45:03 +00:00
16 lines
202 B
CSS
16 lines
202 B
CSS
body {
|
|
font-family: 'Open Sans';
|
|
}
|
|
|
|
|
|
#warning {
|
|
padding: .2em 0;
|
|
background: #8a1c1c;
|
|
color: white;
|
|
font-style: italic;
|
|
position: fixed;
|
|
bottom: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
text-align: center;
|
|
}
|