1
0
Fork 0
mirror of https://github.com/betagouv/mon-entreprise synced 2025-02-09 01:45:03 +00:00
mon-entreprise/source/containers/Layout.css

33 lines
377 B
CSS
Raw Normal View History

body {
font-family: 'Open Sans';
}
2017-01-26 17:16:15 +01:00
#content {
margin-top: 1.5em;
}
2016-12-16 17:28:42 +01:00
#site-logo {
position: fixed;
2017-01-26 17:16:15 +01:00
left: 3em;
top: 3em;
}
h1 {
padding: .6em 3.5em 0;
font-size: 250%;
font-weight: 400;
2016-12-16 17:28:42 +01:00
}
#warning {
padding: .2em 0;
background: #8a1c1c;
color: white;
font-style: italic;
position: fixed;
2017-01-26 17:16:15 +01:00
top: 0;
left: 0;
width: 100%;
text-align: center;
2017-01-26 17:16:15 +01:00
z-index: 1000000;
}