demarches-normaliennes/app/assets/stylesheets/left_pannel.scss
Xavier J 58df3c3a75 - Continue development Tableau de bord
- Optimize toggle block
2016-11-24 19:33:34 +01:00

23 lines
330 B
SCSS

#left-pannel {
padding: 80px 0 0 10px;
background-color: #003189;
height: 100%;
position: fixed;
top: 0;
left: 0;
bottom: 0;
color: white;
overflow: scroll;
#first-block {
font-family: Arial;
font-size: 16px;
line-height: 18px;
}
#action-block {
}
#menu-block {
}
#infos-block {
}
}