16 lines
281 B
CSS
16 lines
281 B
CSS
|
|
/*
|
||
|
|
===============================
|
||
|
|
@Import Function
|
||
|
|
===============================
|
||
|
|
*/
|
||
|
|
/*
|
||
|
|
===============================
|
||
|
|
@Import Mixins
|
||
|
|
===============================
|
||
|
|
*/
|
||
|
|
.widget-content .row.padding35 .col-md-4 {
|
||
|
|
margin-bottom: 20px; }
|
||
|
|
|
||
|
|
.btn {
|
||
|
|
margin-right: 5px; }
|