mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-23 20:49:21 +00:00
11 lines
144 B
CSS
11 lines
144 B
CSS
|
/**
|
||
|
* Global logout section
|
||
|
*
|
||
|
* @author Pierre HUBERT
|
||
|
*/
|
||
|
|
||
|
.box-global-logout .form-submit {
|
||
|
width: 170px;
|
||
|
margin: auto;
|
||
|
display: block;
|
||
|
}
|