demarches-normaliennes/app/assets/stylesheets/_maintenance.scss

16 lines
224 B
SCSS
Raw Normal View History

.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;
}
}