/****************************************************************************************
# Default css file for content edited with CKEditor
#
# Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
# For licensing, see LICENSE.md or http://ckeditor.com/license
#
# Defines a few class selectors that can be simply taken as examples by anyone who needs to configure the RTE.
# This css file is referenced by property RTE.default.contentCSS in TSconfig.
# ***************************************************************************************/

.button-link {
    background-color: rgba(45, 75, 85, 0.9);
    color: #fff !important;
    border-width: 3px !important;
    padding: 10px 10px;
    font-size: 18px;
    line-height: 1.42857143;
    min-width: auto;
    text-align: center;
    text-transform: uppercase;
    margin: 10px 0;
    transition: all 0.2s ease-in-out;
    border: 1px solid transparent !important;
    text-decoration: none;
}

.button-link:hover {
    color: #ffffff !important;
    background-color: #7fa851;
    text-decoration: none;
}