Skip to content

Commit

Permalink
Move css to local
Browse files Browse the repository at this point in the history
  • Loading branch information
tuandm committed Apr 22, 2019
1 parent cbd7709 commit b9d191a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -189,14 +189,3 @@ aside {
.multiselect--active {
z-index: 1000 !important;
}

.box-center {
margin: 0 auto;
display: table;
}
.text-muted {
color: #777;
}
.pull-right {
float: right !important;
}
11 changes: 11 additions & 0 deletions src/views/profile/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -375,4 +375,15 @@ export default {
background-color: #d3dce6;
}
}
.box-center {
margin: 0 auto;
display: table;
}
.text-muted {
color: #777;
}
.pull-right {
float: right !important;
}
</style>

0 comments on commit b9d191a

Please sign in to comment.