aboutsummaryrefslogtreecommitdiff
path: root/src/components/user_panel/user_panel.vue
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2018-04-01 22:07:25 +0300
committerHenry Jameson <me@hjkos.com>2018-04-07 16:40:08 +0300
commit33b1d85921e326e0d81c4bf1a6fa02fec2cbbd5c (patch)
tree5d9be56fec6a1ee239955ab65dac3050a3cda4d9 /src/components/user_panel/user_panel.vue
parentacdb5e5c7a2dac1908a5daafd94c31bc116a1799 (diff)
border-radii moved to variables, made rgbo colors use theme data, customizable
from settings screen.
Diffstat (limited to 'src/components/user_panel/user_panel.vue')
-rw-r--r--src/components/user_panel/user_panel.vue8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/components/user_panel/user_panel.vue b/src/components/user_panel/user_panel.vue
index 7da767b7..05af7bc3 100644
--- a/src/components/user_panel/user_panel.vue
+++ b/src/components/user_panel/user_panel.vue
@@ -13,9 +13,9 @@
<script src="./user_panel.js"></script>
<style lang="scss">
- .user-panel {
- .panel-heading {
- background: transparent;
+.user-panel {
+ .profile-panel-background .panel-heading {
+ background: transparent;
}
- }
+}
</style>