@eclipse-scout/core
Version:
Eclipse Scout runtime
33 lines (29 loc) • 661 B
text/less
/*
* Copyright (c) 2010, 2023 BSI Business Systems Integration AG
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*/
.outline-overview {
position: relative;
height: 100%;
width: 100%;
display: table;
}
.outline-overview-content {
color: @palette-gray-6;
text-align: center;
display: table-cell;
vertical-align: middle;
padding-bottom: 150px;
}
.outline-overview-icon {
font-size: 40px;
padding-bottom: 20px;
}
.outline-overview-title {
font-size: 20px;
}