This commit is contained in:
Moaz Dawalibi 2024-09-15 14:21:11 +03:00
parent b846d250bb
commit e470e902e5
3 changed files with 7 additions and 5 deletions

View File

@ -26,7 +26,7 @@ const ReSellerTabs = () => {
{ {
key: '1', key: '1',
label: t("practical.sales"), label: t("practical.sales"),
icon:<FaMoneyBills/>, icon:<FaMoneyBills className='tab_icon'/>,
children: children:
<> <>
<FilterLayout <FilterLayout
@ -39,7 +39,7 @@ const ReSellerTabs = () => {
{ {
key: '2', key: '2',
label: t("practical.collections"), label: t("practical.collections"),
icon:<FaMoneyBills/>, icon:<FaMoneyBills className='tab_icon'/>,
children: children:
<> <>
<FilterLayout <FilterLayout

View File

@ -27,7 +27,7 @@ const StudentTabs = () => {
{ {
key: '1', key: '1',
label: t("practical.quiz"), label: t("practical.quiz"),
icon:<BsQuestionSquare/>, icon:<BsQuestionSquare className='tab_icon'/>,
children: children:
<> <>
<FilterLayout <FilterLayout
@ -40,7 +40,7 @@ const StudentTabs = () => {
{ {
key: '2', key: '2',
label: t("practical.hightes_quiz"), label: t("practical.hightes_quiz"),
icon:<IoStatsChartOutline/>, icon:<IoStatsChartOutline className='tab_icon'/>,
children: children:
<> <>
<FilterLayout <FilterLayout

View File

@ -99,7 +99,9 @@
} }
} }
} }
.tab_icon{
font-size: 30px ;
}
@media screen and (max-width:1250px) { @media screen and (max-width:1250px) {
.single_student { .single_student {