demarches-normaliennes/app/assets/stylesheets/_maintenance.scss
2018-05-02 16:52:38 +02:00

15 lines
224 B
SCSS

.maintenance {
width: 100%;
position: fixed;
top: 0;
z-index: 100;
display: flex;
flex-direction: column;
justify-content: center;
span {
margin: auto;
background: #FFD8A6;
padding: 0 4px;
}
}