mirror of
https://github.com/yogeshojha/rengine.git
synced 2026-08-31 12:19:49 +02:00
21 lines
394 B
CSS
21 lines
394 B
CSS
/*
|
|
===============================
|
|
@Import Function
|
|
===============================
|
|
*/
|
|
/*
|
|
===============================
|
|
@Import Mixins
|
|
===============================
|
|
*/
|
|
.widget-content-area {
|
|
box-shadow: none !important;
|
|
border: none !important;
|
|
border-radius: 6px; }
|
|
|
|
.dt--top-section {
|
|
margin: 12px 21px 20px 21px; }
|
|
|
|
.toggle-list {
|
|
margin: 21px 21px 0 21px; }
|