aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/app/views/settings/settings.sass
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-11-04 16:53:09 +0800
committercrupest <crupest@outlook.com>2020-11-04 16:53:09 +0800
commit6897006e1534bbeda60ed666f9c281220026ed54 (patch)
tree4801cdd4bba77bb89b7cd909fca7623782043ac9 /FrontEnd/src/app/views/settings/settings.sass
parent6900f348235f25336450910c8d71b4ffc3133818 (diff)
downloadtimeline-6897006e1534bbeda60ed666f9c281220026ed54.tar.gz
timeline-6897006e1534bbeda60ed666f9c281220026ed54.tar.bz2
timeline-6897006e1534bbeda60ed666f9c281220026ed54.zip
feat: Redesign settings ui.
Diffstat (limited to 'FrontEnd/src/app/views/settings/settings.sass')
-rw-r--r--FrontEnd/src/app/views/settings/settings.sass14
1 files changed, 14 insertions, 0 deletions
diff --git a/FrontEnd/src/app/views/settings/settings.sass b/FrontEnd/src/app/views/settings/settings.sass
new file mode 100644
index 00000000..8c6d24b8
--- /dev/null
+++ b/FrontEnd/src/app/views/settings/settings.sass
@@ -0,0 +1,14 @@
+.settings-item
+ padding: 0.5em 1em
+ transition: background 0.3s
+ border-bottom: 1px solid $gray-200
+
+ &.first
+ border-top: 1px solid $gray-200
+
+ &.clickable
+ cursor: pointer
+
+ &:hover
+ background: $gray-300
+