mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-23 12:39:22 +00:00
10 lines
110 B
CSS
10 lines
110 B
CSS
|
/**
|
||
|
* Users select
|
||
|
*
|
||
|
* @author Pierre HUBERT
|
||
|
*/
|
||
|
|
||
|
.user-select-image {
|
||
|
border-radius: 50%;
|
||
|
width: 25px;
|
||
|
}
|