/*! * @copyright Copyright © Kartik Visweswaran, Krajee.com, 2014 - 2017 * @package yii2-widgets * @version 1.1.1 * * Styling for \kartik\widgets\Alert widget for Bootstrap 3.x * Built for Yii Framework 2.0 * Author: Kartik Visweswaran * Year: 2014 * For more Yii related demos visit http://demos.krajee.com */ .bg-primary .alert-link { color: #fff !important; } .kv-alert { -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; } .kv-alert-title { font-weight: bold; font-size: 18px; } .kv-alert-separator { clear: both; margin-top: 10px; margin-bottom: 13px; border: 0; height: 1px; background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0)); background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0)); background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0)); background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0)); }