Skip to content

Commit

Permalink
Revert previous changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lakshya-smpx committed May 9, 2018
1 parent bd7ce19 commit 0de308f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/AppLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ export default {
};
</script>

<style lang="scss">
<style>
html {
background-color: white;
font-size: 14px;
Expand Down
2 changes: 1 addition & 1 deletion src/ContentLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default {
};
</script>

<style lang="scss">
<style>
.ela-content-layout {
display: flex;
flex-direction: column;
Expand Down
2 changes: 1 addition & 1 deletion src/DefaultInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export default {
};
</script>

<style lang="scss">
<style>
.el-input.is-default .el-input__inner {
background-color: #EFF2F7;
border-color: #D3DCE6;
Expand Down
2 changes: 1 addition & 1 deletion src/Fieldset.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default {
};
</script>

<style lang="scss">
<style>
.ela-fieldset {
padding: 16px 16px 0 16px;
border: #bfcbd9 1px solid;
Expand Down
2 changes: 1 addition & 1 deletion src/FilterItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default {
};
</script>

<style lang="scss">
<style>
.ela-filter-item {
&.el-col {
padding-left: 5px;
Expand Down

0 comments on commit 0de308f

Please sign in to comment.