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

64 lines
1.1 KiB
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 {
.split-hr {
border-bottom: 1px solid #FFFFFF;
width: 200px;
margin: 20px 0 20px 0;
}
.dossier-state {
text-align: center;
font-size: 25px;
width: 200px;
}
.tips {
margin: 0 10px 0 5px;
.fa {
color: #FFFFFF;
font-size: 40px;
width: inherit;
padding: 5px;
}
.notice {
font-size: 18px;
display: initial;
}
}
}
}