[O] Separate a universal css for course selection pages
This commit is contained in:
@@ -0,0 +1,12 @@
|
|||||||
|
.header
|
||||||
|
{
|
||||||
|
margin-top: 15px;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
|
||||||
|
font-size: 24px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.divider
|
||||||
|
{
|
||||||
|
margin-top: 15px !important;
|
||||||
|
}
|
||||||
@@ -38,20 +38,8 @@
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<style src="./pages.scss" lang="scss" scoped/>
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.header
|
|
||||||
{
|
|
||||||
margin-top: 15px;
|
|
||||||
margin-bottom: 10px;
|
|
||||||
|
|
||||||
font-size: 24px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.divider
|
|
||||||
{
|
|
||||||
margin-top: 15px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.content
|
.content
|
||||||
{
|
{
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
|||||||
@@ -14,6 +14,7 @@
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<style src="./pages.scss" lang="scss" scoped/>
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user