fixes
This commit is contained in:
parent
b846d250bb
commit
e470e902e5
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user