mon-entreprise/source/containers/Layout.css

66 lines
807 B
CSS

html {
height: 100%;
}
body {
font-family: 'Open Sans';
margin: 0;
height: 100%;
font-size: calc(8px + .35vw)
}
#js, #js>div {
height: 100%
}
#content {
margin-top: 1.5em;
}
a {
color: inherit;
text-decoration: none;
}
h1 {
margin: 0 .1em;
font-weight: 400;
}
#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;
}
.blueButton {
color: white;
display: block;
background: #4a89dc;
padding: 0.3em 1em;
font-size: 200%;
width: 8em;
margin: 0 auto;
border: none;
box-shadow: 0px 9px 14px 0px rgba(0, 0, 0, 0.1);
opacity: 0.95;
border-radius: .2em;
cursor: pointer;
}
.blueButton:hover {
box-shadow: none;
opacity: 1;
}