18 lines
364 B
CSS
18 lines
364 B
CSS
|
|
/*
|
||
|
|
===============================
|
||
|
|
@Import Function
|
||
|
|
===============================
|
||
|
|
*/
|
||
|
|
/*
|
||
|
|
===============================
|
||
|
|
@Import Mixins
|
||
|
|
===============================
|
||
|
|
*/
|
||
|
|
.dt-buttons .dt-button {
|
||
|
|
color: #fff !important;
|
||
|
|
background-color: #1b55e2 !important;
|
||
|
|
border-color: #1b55e2;
|
||
|
|
margin-top: 13px;
|
||
|
|
margin-bottom: 13px;
|
||
|
|
margin-right: 5px; }
|