5 lines
288 B
CSS
5 lines
288 B
CSS
|
|
#mrMenu menu.nav {border-bottom: 1px solid #ddd}
|
||
|
|
#mrMenu .nav-item>a.active {border-bottom-color: var(--color-primary-500) !important; border-bottom-width: 2px; margin-bottom: -1px;}
|
||
|
|
.mr-actions {position: absolute; right: 1rem; top: 10px;}
|
||
|
|
.panel-body .detail-content{margin-top: 10px;}
|