/* Custom styles for the SlideOut */ .hover-panel { border-color: red; border-width: 5px; } .hover-handle { padding: 8px; font-size: 14px; color: white !important; background-color: red; } .reverse-panel { border-color: blue; border-width: 5px; } .reverse-handle { padding: 8px; font-size: 14px; color: white !important; background-color: blue; } .auto-panel { border-color: orange; border-width: 5px; } .auto-handle { padding: 8px; font-size: 14px; color: white !important; background-color: orange; }