/*
 * Copyright 2000-2014 JetBrains s.r.o.
 *
 * 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 "kotlin-site-template/reset.css";
@import "kotlin-site-template/fonts.css";
@import "kotlin-site-template/base.css";
@import "kotlin-site-template/nav.css";
@import "kotlin-site-template/header.css";
@import "kotlin-site-template/footer.css";
@import "grid/codemirror-old.css";
@import "grid/layout.css";
@import "global-toolbox.css";
@import "grid/grid-bottom.css";
@import "grid/toolbox.css";
@import "grid/grid-top.css";
@import "grid/elements-list.css";
@import "dialogs.css";
@import "completions.css";
@import "fullscreen.css";

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .icon {
        background-image: url("/static/images/icons_all_sprite@2x.png");
        background-size: 250px 900px;
    }
}

.button {
    display: inline-block;
    cursor: pointer;
}

.default-button {
    line-height: 1;
    cursor: pointer;
    height: 24px;
    border: 1px solid #c9c9c9;
    border-radius: 4px;
    padding-left: 12px;
    padding-right: 12px;
}

.default-button .text {
    position: relative;
    top: 4px;
    display: inline-block;
    font-size: 12px;
}

.default-button .icon {
    float: left;
    width: 12px;
    height: 12px;
    margin-right: 10px;
    margin-top: 6px;
}