/*!
 * Copyright 2020 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
@import "../common/icons.less";
@import "../common/buttongroup.less";
@import "base.less";

// ButtonGroup

.km-material .km-buttongroup > *:not(:first-child):not(:last-child)
{
    border-radius: 0;
}

.km-material .km-buttongroup > *:first-child
{
    border-radius: @material-border-radius 0 0 @material-border-radius;
    border-radius: 0;
}

.km-material .km-buttongroup > *:last-child
{
    border-radius: 0 @material-border-radius @material-border-radius 0;
    border-radius: 0;
}

.km-material .km-buttongroup {
    margin: 0;
}

.km-material .km-buttongroup {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    width: 100%;
    text-align: center;
}

.km-material .km-buttongroup .km-button {
    padding: 1.429em 1.267em 1.357em;
    border-width: 0 0 2px;
    display: inline-block;
}

.km-material .km-buttongroup .km-button:last-child
{
    border-right-width: 0;
}

.km-material .km-widget.km-navbar .km-buttongroup {
    font-size: .875em;
    line-height: 1em;
    margin: 0;
    display: inline-block;
    top: 0;
    height: auto;
    margin-bottom: -1px;
}

.km-material .km-widget.km-navbar .km-buttongroup > .km-button {
    font-size: .778em;
    text-indent: 0;
}
