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

46 lines
491 B
CSS
Raw Normal View History

html {
height: 100%;
}
body {
font-family: 'Open Sans';
margin: 0;
height: 100%;
font-size: calc(8px + .35vw)
}
#js, #js>div {
height: 100%
}
2017-12-11 15:42:03 +01:00
2017-01-26 17:16:15 +01:00
#content {
margin-top: 1.5em;
}
a {
color: inherit;
text-decoration: none;
}
2017-01-26 17:16:15 +01:00
h1 {
2017-12-11 14:52:47 +01:00
margin: 0 .1em;
2017-01-26 17:16:15 +01:00
font-weight: 400;
2016-12-16 17:28:42 +01:00
}
#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;
}