mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-23 04:29:21 +00:00
15 lines
208 B
CSS
15 lines
208 B
CSS
/**
|
|
* Custom emojis settings
|
|
*
|
|
* @author Pierre Hubert
|
|
*/
|
|
|
|
.box-emojis-settings td {
|
|
height: 69px;
|
|
text-align: center;
|
|
vertical-align: middle !important;
|
|
}
|
|
|
|
.box-emojis-settings img.e {
|
|
height: 2em;
|
|
} |