Files
iTop/css/backoffice/layout/multi-column/_column.scss
Molkobain 5276b48ed4 N°2847 - Rework of MultiColumn / Column
- Remove unused HTML template
- Move SCSS files to match convention
- Move Column under MultiColumn to match convention (eg. ActivityPanel, PopoverMenu)
- Update PHPDoc
2020-10-01 17:33:26 +02:00

14 lines
247 B
SCSS

/*!
* copyright Copyright (C) 2010-2020 Combodo SARL
* license http://opensource.org/licenses/AGPL-3.0
*/
.ibo-column {
min-width: 300px;
flex-grow: 1;
flex-shrink: 1;
padding: 0 20px;
flex-basis: 10%;
margin-bottom: 20px;
}