#left-pannel { margin-top: 60px; padding: 0; background-color: #003189; height: calc(100% - 60px); position: fixed; top: 0; left: 0; bottom: 0; color: white; overflow-y: scroll; #first-block { font-family: Arial; font-size: 16px; line-height: 18px; .infos { font-size: 25px; text-align: center; margin: 20px 10px 30px 0; .projet-name { font-size: 25px; line-height: normal; padding: 5px; } } .dossiers-en-cours, .en-cours { margin-top: 20px; } .dossiers-en-cours, .nouveaux-dossiers, .en-cours { line-height: initial; text-align: center; margin-right: 10px; } } #action-block { margin: 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 { #switch-buttons { height: 30px; line-height: 30px; font-size: 16px; margin-top: 20px; margin-left: auto; margin-right: auto; width: 205px; border: 1px solid; padding: 0 0 0 10px; border-radius: 25px; cursor: pointer; .active { background-color: #668ABD !important; cursor: default; } .separator { height: 26px; width: 1px; display: inline-block; background-color: #FFFFFF; } #switch-procedures:hover, #switch-notifications:hover { background-color: #668AEA; } #switch-procedures { height: 28px; margin: 0 0 0 -10px; padding-left: 10px; width: 100px; display: inline-block; border-radius: 25px 0 0 25px; } #switch-notifications { width: 103px; display: inline-block; border-radius: 0 25px 25px 0; height: 28px; margin: 0 0 0 -5px; padding: 0 0 0 5px; } } .split-hr { border-bottom: 1px solid #FFFFFF; width: 200px; margin: 20px 0 20px 0; } } #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; width: 200px; margin-left: auto; margin-right: auto; } #notifications_list { .no-notification { margin: 0 30px 0 30px; } .notification { padding: 10px 10px 10px 20px; .dossier, .updated-at { display: inline-block; color: #CCCCCC; font-size: 12px; text-align: left; } .type-notif { font-size: 16px; } } } .notifications { margin: 20px 10px 0 5px; .fa { font-size: 25px; width: 100%; margin: 0 0 15px 0; } .type-notif { font-size: 16px; float: right; width: 30px; } .notification { margin: 10px 0 10px 10px; .type { margin-bottom: 20px; } .updated-at { color: #CCCCCC; font-size: 12px; text-align: left; } .split-hr { width: 40px; margin: auto; } } } } }