[M] Move card padding to global css
This commit is contained in:
@@ -57,3 +57,10 @@
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Remove card padding for styling issues
|
||||||
|
div.el-card.course-card > div.el-card__body
|
||||||
|
{
|
||||||
|
padding-right: 0 !important;
|
||||||
|
padding-left: 0 !important;
|
||||||
|
}
|
||||||
|
|||||||
@@ -14,15 +14,3 @@
|
|||||||
// Expansion color
|
// Expansion color
|
||||||
background: #f4f6f9;
|
background: #f4f6f9;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Remove card padding for styling issues
|
|
||||||
div.el-card.course-card > div.el-card__body
|
|
||||||
{
|
|
||||||
padding-right: 0 !important;
|
|
||||||
padding-left: 0 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.el-card__body
|
|
||||||
{
|
|
||||||
margin: auto 0;
|
|
||||||
}
|
|
||||||
|
|||||||
@@ -14,15 +14,3 @@
|
|||||||
// Expansion color
|
// Expansion color
|
||||||
background: #f4f6f9;
|
background: #f4f6f9;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Remove card padding for styling issues
|
|
||||||
div.el-card.course-card > div.el-card__body
|
|
||||||
{
|
|
||||||
padding-right: 0 !important;
|
|
||||||
padding-left: 0 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.el-card__body
|
|
||||||
{
|
|
||||||
margin: auto 0;
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user