[O] Separate a universal css for course selection pages

This commit is contained in:
Hykilpikonna
2020-04-20 15:21:27 -04:00
parent 587f1d4a93
commit 10d25ff091
3 changed files with 14 additions and 13 deletions
@@ -0,0 +1,12 @@
.header
{
margin-top: 15px;
margin-bottom: 10px;
font-size: 24px;
}
.divider
{
margin-top: 15px !important;
}
@@ -38,20 +38,8 @@
}
</script>
<style src="./pages.scss" lang="scss" scoped/>
<style lang="scss" scoped>
.header
{
margin-top: 15px;
margin-bottom: 10px;
font-size: 24px;
}
.divider
{
margin-top: 15px !important;
}
.content
{
text-align: left;
@@ -14,6 +14,7 @@
}
</script>
<style src="./pages.scss" lang="scss" scoped/>
<style lang="scss" scoped>
</style>