1
0
Fork 0
mirror of https://github.com/betagouv/mon-entreprise synced 2025-02-09 05:15:02 +00:00
mon-entreprise/source/containers/Layout.css
2016-12-16 17:53:39 +01:00

21 lines
260 B
CSS

body {
font-family: 'Open Sans';
}
#site-logo {
position: fixed;
left: 1em;
top: 1.5em;
}
#warning {
padding: .2em 0;
background: #8a1c1c;
color: white;
font-style: italic;
position: fixed;
bottom: 0;
left: 0;
width: 100%;
text-align: center;
}