mirror of
https://github.com/VTECRM/vtenext.git
synced 2026-02-26 16:18:47 +00:00
30 lines
506 B
SCSS
30 lines
506 B
SCSS
/*************************************
|
|
* SPDX-FileCopyrightText: 2009-2020 Vtenext S.r.l. <info@vtenext.com>
|
|
* SPDX-License-Identifier: AGPL-3.0-only
|
|
************************************/
|
|
|
|
/* crmv@83340 */
|
|
|
|
.ModuleHomeMatrix {
|
|
|
|
.modblock {
|
|
width:31%;
|
|
visibility:visible;
|
|
margin:0.3%;
|
|
padding-top:0px;
|
|
padding-left:0px;
|
|
padding-right:0px;
|
|
float: left;
|
|
overflow-x: hidden;
|
|
|
|
.block-content {
|
|
width:100%;
|
|
height:100%;
|
|
|
|
overflow-y: auto;
|
|
overflow-x: hidden;
|
|
}
|
|
|
|
}
|
|
|
|
} |