Add new code new version
[sdc.git] / openecomp-ui / resources / scss / bootstrap-cust / _buttons.scss
1
2 .btn {
3   height: 30px;
4   min-width: 95px;
5 }
6
7 .btn-default .fa {
8   color: $brand-primary;
9 }
10
11 .btn-info {
12   @include button-variant($text-black, $tlv-gray, $light-gray);
13 }