Attribute changed material-kit
[bootswatch] / material-kit / sass / material-kit / _alerts.scss
1 // This file has been autogenerated by grunt task lessToSass. Any changes will be overwritten.
2
3 .alert {
4     border: 0;
5     border-radius: 0;
6
7     padding: 20px 15px;
8     line-height: 20px;
9
10     //@include shadow-z-2();
11
12     b{
13         font-weight: $font-weight-bold;
14         text-transform: uppercase;
15         font-size: $font-size-small;
16     }
17     // SASS conversion note: please mirror any content change in _mixins-shared.scss alert-variations-content
18     @include alert-variations(unquote(".alert"), unquote(""), $mdb-text-color-light);
19
20     &-info, &-danger, &-warning, &-success {
21         color: $mdb-text-color-light;
22     }
23
24     &-default {
25         a, .alert-link {
26             color: $mdb-text-color-primary;
27         }
28     }
29
30     .alert-icon{
31         display: block;
32         float: left;
33         margin-right: $margin-base;
34
35         i{
36             margin-top: -7px;
37             top: 5px;
38             position: relative;
39         }
40     }
41 }