diff options
author | crupest <crupest@outlook.com> | 2021-03-07 22:22:53 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-07 22:22:53 +0800 |
commit | 85113bd6e24d385bc3986e01b9f7c9e3b5e435e5 (patch) | |
tree | 3739c73d7d983016632856a87aa5cbd4cd6c5232 /FrontEnd/src/app/views/common/common.sass | |
parent | 486663e6b4b2aa4addc4c84d24e1ce5252941858 (diff) | |
parent | fa3b2bad71eae374d639073077030af9c5a908ff (diff) | |
download | timeline-85113bd6e24d385bc3986e01b9f7c9e3b5e435e5.tar.gz timeline-85113bd6e24d385bc3986e01b9f7c9e3b5e435e5.tar.bz2 timeline-85113bd6e24d385bc3986e01b9f7c9e3b5e435e5.zip |
Merge pull request #348 from crupest/post-markdown
Post markdown edit.
Diffstat (limited to 'FrontEnd/src/app/views/common/common.sass')
-rw-r--r-- | FrontEnd/src/app/views/common/common.sass | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/FrontEnd/src/app/views/common/common.sass b/FrontEnd/src/app/views/common/common.sass index 819408a0..0a30d995 100644 --- a/FrontEnd/src/app/views/common/common.sass +++ b/FrontEnd/src/app/views/common/common.sass @@ -87,5 +87,8 @@ color: white
background-color: $value
+.cru-menu-item-icon
+ margin-right: 1em
+
.cru-menu-divider
border-top: 1px solid $gray-200
|