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

92 lines
1.8 KiB
SCSS
Raw Normal View History

#left-pannel {
2016-12-21 14:00:50 +01:00
margin-top: 60px;
padding: 0 0 0 10px;
background-color: #003189;
2016-12-21 14:00:50 +01:00
height: calc(100% - 60px);
position: fixed;
top: 0;
left: 0;
bottom: 0;
color: white;
2016-12-21 14:00:50 +01:00
overflow-y: scroll;
#first-block {
font-family: Arial;
font-size: 16px;
line-height: 18px;
.infos {
font-size: 25px;
text-align: center;
2016-12-07 14:44:05 +01:00
margin: 20px 10px 30px 0;
.projet-name {
font-size: 25px;
line-height: normal;
padding: 5px;
}
}
.dossiers-en-cours, .en-cours {
2016-12-02 12:05:50 +01:00
margin-top: 20px;
}
.dossiers-en-cours, .nouveaux-dossiers, .en-cours {
line-height: initial;
text-align: center;
margin-right: 10px;
2016-12-02 12:05:50 +01:00
}
}
#action-block {
margin-right: 10px;
.action {
background-color: #E45B51;
text-align: center;
cursor: pointer;
color: #FFFFFF;
margin: 0 10px 0 0;
min-height: 40px;
padding: 5px;
font-family: Arial;
font-size: 16px;
font-weight: bold;
border: none;
width: 100%;
}
}
#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;
margin-top: 20px;
}
.notifications {
margin: 20px 10px 0 5px;
.fa {
font-size: 25px;
width: 100%;
margin: 0 0 15px 0;
}
.notification {
margin: 10px 0 10px 0;
.type {
margin-bottom: 20px;
}
.updated-at {
color: #CCCCCC;
font-size: 12px;
text-align: left;
}
.split-hr {
width: 40px;
margin: auto;
}
}
}
}
}