blob: 2d7834bff3061367c3ab42d25b3ae093856db1d5 [file] [log] [blame]
Rizwan Haider8e5f4772016-08-17 18:04:35 -04001@import '../../../../style/sass/lib/_variables.scss';
2@import '../../../../style/sass/bootstrap/bootstrap/_variables.scss';
3
4.service-container{
5 .btn {
6 font-size: $font-size-small;
7 }
8}
9
10.sla {
11 input.input-sm {
12 max-width: 60px;
13 text-align: right;
14 }
15}