/*
 * This source file is available under  GNU General Public License version 3 (GPLv3)
 *
 * Full copyright and license information is available in LICENSE.md which is distributed with this source code.
 *
 *  @copyright  Copyright (c) Asioso GmbH (https://www.asioso.com)
 *
 */

.quick-translate-icon {
    background: url(/bundles/quicktranslate/img/btn/quick_translate_25x25.png) center center no-repeat;
}

.quickTranslate-translate-btn {
    background-color: #93bd32;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}