mirror of
https://github.com/yogeshojha/rengine.git
synced 2026-08-30 19:59:48 +02:00
17 lines
351 B
CSS
17 lines
351 B
CSS
/*
|
|
===============================
|
|
@Import Function
|
|
===============================
|
|
*/
|
|
/*
|
|
===============================
|
|
@Import Mixins
|
|
===============================
|
|
*/
|
|
.dt-buttons .dt-button {
|
|
color: #fff !important;
|
|
background-color: #4361ee !important;
|
|
border-color: #4361ee;
|
|
margin-bottom: 5px;
|
|
margin-right: 5px; }
|