mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-23 12:39:22 +00:00
11 lines
152 B
CSS
11 lines
152 B
CSS
|
/**
|
||
|
* Sidebar stylesheet
|
||
|
*
|
||
|
* @author Pierre HUBERT
|
||
|
*/
|
||
|
|
||
|
.sidebar-menu.memberships-list img {
|
||
|
width: 20px;
|
||
|
margin-right: 10px;
|
||
|
margin-left: -4px;
|
||
|
}
|