mirror of
https://github.com/Combodo/iTop.git
synced 2026-03-10 03:24:12 +01:00
20 lines
406 B
SCSS
20 lines
406 B
SCSS
/*
|
|
* @copyright Copyright (C) 2010-2021 Combodo SARL
|
|
* @license http://opensource.org/licenses/AGPL-3.0
|
|
*/
|
|
|
|
.ibo-block-list--medallion{
|
|
flex-direction: column;
|
|
align-items: center;
|
|
> .ibo-medallion-icon--image{
|
|
margin: 0 auto;
|
|
~ .ibo-medallion-icon--description{
|
|
margin-top: 12px;
|
|
}
|
|
}
|
|
> .ibo-medallion-icon--description{
|
|
flex-grow: 1;
|
|
text-align: center;
|
|
}
|
|
}
|