1
0
Fork 0
mirror of https://github.com/betagouv/mon-entreprise synced 2025-02-08 22:15:02 +00:00
mon-entreprise/source/containers/Layout.css

53 lines
612 B
CSS
Raw Normal View History

body {
font-family: 'Open Sans';
margin: 0;
height: 100%;
font-size: calc(8px + .35vw)
}
2017-01-26 17:16:15 +01:00
#content {
margin-top: 1.5em;
}
2016-12-16 17:28:42 +01:00
#site-logo {
width: 60px;
2016-12-16 17:28:42 +01:00
position: fixed;
left: 1%;
top: 4.5%;
2017-01-26 17:16:15 +01:00
}
a {
color: inherit;
text-decoration: none;
}
2017-01-26 17:16:15 +01:00
h1 {
margin: 6% 3% 0;
2017-01-26 17:16:15 +01:00
font-size: 250%;
font-weight: 400;
2016-12-16 17:28:42 +01:00
}
#main {
min-height: 100vh;
width: 100%;
display: flex;
flex-direction: column;
}
#page-type {
display: inline-block;
position: fixed;
right: 3%;
top: 9%;
opacity: .4;
color: #333350;
opacity: 0.8;
}
#page-type span {
text-transform: uppercase;
font-size: 100%;
font-weight: bold;
}