1
0
Fork 0
mirror of https://github.com/betagouv/mon-entreprise synced 2025-02-13 04:55:03 +00:00
mon-entreprise/source/containers/Layout.css
2017-02-09 15:02:41 +01:00

32 lines
376 B
CSS

body {
font-family: 'Open Sans';
}
#content {
margin-top: 1.5em;
}
#site-logo {
position: fixed;
left: 3em;
top: 3em;
}
h1 {
padding: 1em 3.5em 0;
font-size: 250%;
font-weight: 400;
}
#warning {
padding: .2em 0;
background: #8a1c1c;
color: white;
font-style: italic;
position: fixed;
top: 0;
left: 0;
width: 100%;
text-align: center;
z-index: 1000000;
}