/**
 * @file assets/css/frontend.css
 *
 * @copyright (c) 2021+ TIB Hannover
 * @copyright (c) 2021+ Gazi Yücel
 * @license Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
 *
 * @style citationManager
 * @brief Frontend stylesheet for the plugin.
 */

.citationManager-Button {
    display: inline-block;
    text-decoration: none;
    padding: 0 .5em;
    line-height: 20px;
    font-weight: normal;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.citationManager-Button span {
    display: block;
}

.citationManager-ButtonGreen {
    color: #ffffff;
    background-color: #60a917;
}

.citationManager-ButtonGrey {
    color: #ffffff;
    background-color: #cccccc;
}

.citationManager-ButtonRed {
    color: #ffffff;
    background-color: #00ffff;
}
