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

41 lines
685 B
SCSS
Raw Normal View History

#left-pannel {
2016-11-29 11:45:30 +01:00
padding: 60px 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;
.infos {
margin-bottom: 20px;
}
}
#action-block {
.action {
background-color: #E45B51;
text-align: center;
cursor: pointer;
color: #FFFFFF;
margin: 0 10px 0 0;
height: 40px;
line-height: 40px;
font-family: Arial;
font-size: 16px;
font-weight: bold;
border: none;
width: 200px;
}
}
#menu-block {
}
#infos-block {
}
}