Files
float-fleet/components/Dashboard/LMSCourses/Courses/Tabs.module.css
T
DESKTOP-GBA0BK8\Admin 97cc85c49d first commit
2023-03-25 20:44:56 -04:00

20 lines
364 B
CSS

.tabs ul {
border-bottom: 1px solid #EEF0F7;
}
.tabs ul li {
color: #260944;
font-weight: 500;
font-size: 16px;
background: #F5F7FA;
padding: 8px 25px;
border-radius: 5px 5px 0px 0px;
outline: 0;
}
.tabs ul li:focus:after {
background: transparent;
}
/* For dark mode */
[class="dark"] .tabs ul {
border-bottom: 1px solid var(--borderColor);
}