File: //home/arjun/projects/buyercall/buyercall/assets/styles/vendor/material-dashboard/_alerts.scss
// This file has been autogenerated by grunt task lessToSass. Any changes will be overwritten.
.alert {
border: 0;
border-radius: 0;
position: relative;
padding: 20px 15px;
line-height: 20px;
b{
font-weight: $font-weight-bold;
text-transform: uppercase;
font-size: $font-size-small;
}
// SASS conversion note: please mirror any content change in _mixins-shared.scss alert-variations-content
@include alert-variations(unquote(".alert"), unquote(""), $mdb-text-color-light);
&-info, &-danger, &-warning, &-success, &-rose {
color: $mdb-text-color-light;
}
&-default {
a, .alert-link {
color: $mdb-text-color-primary;
}
}
span{
display: block;
max-width: 89%;
}
&.alert-danger{
@include alert-icon-color($brand-danger);
}
&.alert-warning{
@include alert-icon-color($brand-warning);
}
&.alert-success{
@include alert-icon-color($brand-success);
}
&.alert-info{
@include alert-icon-color($brand-info);
}
&.alert-primary{
@include alert-icon-color($brand-primary);
}
&.alert-rose{
@include alert-icon-color($brand-rose);
}
&.alert-with-icon{
margin-top: 43px;
padding-left: 66px;
i[data-notify="icon"] {
display: block;
left: 15px;
position: absolute;
margin-top: -39px;
font-size: 20px;
background-color: $white-color;
padding: 9px;
border-radius: 50%;
max-width: 38px;
@include shadow-big();
}
}
.close{
i{
color: $white-color;
}
}
i[data-notify="icon"]{
display: none;
}
.alert-icon{
display: block;
float: left;
margin-right: $margin-base;
i{
margin-top: -7px;
top: 5px;
position: relative;
}
}
[data-notify="dismiss"]{
margin-right: 5px;
}
}