mon-entreprise/source/containers/Layout.css

49 lines
568 B
CSS
Raw Normal View History

html {
height: 100%;
}
body {
font-family: 'Open Sans';
margin: 0;
height: 100%;
2018-01-10 13:28:54 +00:00
font-size: calc(8px + 0.35vw);
background: white;
}
2018-01-10 13:28:54 +00:00
#js,
#dev {
2018-01-10 13:28:54 +00:00
height: 100%;
}
2017-12-11 14:42:03 +00:00
a {
color: inherit;
text-decoration: none;
}
2017-01-26 16:16:15 +00:00
h1 {
2018-01-10 13:28:54 +00:00
margin: 0 0.1em;
2017-01-26 16:16:15 +00:00
font-weight: 400;
2016-12-16 16:28:42 +00:00
}
#page-type {
display: inline-block;
position: fixed;
right: 3%;
top: 9%;
2018-01-10 13:28:54 +00:00
opacity: 0.4;
color: #333350;
2018-01-10 13:28:54 +00:00
opacity: 0.8;
}
#page-type span {
text-transform: uppercase;
font-size: 100%;
font-weight: bold;
}
.centeredMessage {
color: #333350;
margin: 10% auto;
width: 20em;
textalign: center;
}