diff options
| author | Pitu <[email protected]> | 2020-05-10 20:01:05 +0900 |
|---|---|---|
| committer | Pitu <[email protected]> | 2020-05-10 20:01:05 +0900 |
| commit | aadb01bcffb7cd08e525e6aec0a9a7652892e9b4 (patch) | |
| tree | cfd8e04d04b178cdbac6e0e5e01528114d33ee25 | |
| parent | Sort files by newest (diff) | |
| download | host.fuwn.me-aadb01bcffb7cd08e525e6aec0a9a7652892e9b4.tar.xz host.fuwn.me-aadb01bcffb7cd08e525e6aec0a9a7652892e9b4.zip | |
Style changes to albums
| -rw-r--r-- | src/site/pages/dashboard/albums/_id.vue | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/site/pages/dashboard/albums/_id.vue b/src/site/pages/dashboard/albums/_id.vue index c2f6a18..e4ab8dd 100644 --- a/src/site/pages/dashboard/albums/_id.vue +++ b/src/site/pages/dashboard/albums/_id.vue @@ -1,10 +1,4 @@ <style lang="scss" scoped> - @import '~/assets/styles/_colors.scss'; - section { background-color: $backgroundLight1 !important; } - section.hero div.hero-body { - align-items: baseline; - } - .albumsModal .columns .column { padding: .25rem; } </style> |