Updating versions of Sparky FE files
[aai/sparky-fe.git] / resources / scss / bootstrap-cust / _modals.scss
1 .modal-content {
2   .modal-header {
3     border-top: 3px solid $border-color3;
4     .modal-title {
5       @extend .heading-2;
6     }
7   }
8
9   .modal-body{
10     padding: 15px;
11   }
12
13   .modal-footer {
14     padding: 15px;
15     border-top: 0;
16     background-color: $background-color12;
17   }
18 }