diff options
Diffstat (limited to 'web-ui')
| -rw-r--r-- | web-ui/app/scss/styles.scss | 7 | 
1 files changed, 6 insertions, 1 deletions
diff --git a/web-ui/app/scss/styles.scss b/web-ui/app/scss/styles.scss index c6b94923..8e358788 100644 --- a/web-ui/app/scss/styles.scss +++ b/web-ui/app/scss/styles.scss @@ -299,12 +299,17 @@ section {            &:before {              font-size: 1.5em;              font-family: "FontAwesome"; -            margin-right: 13px; +            margin-right: 16px;              font-weight: normal;              position: relative;              top: 2px;              margin-left: -3px;            } + +          &:after { +            padding-left: 10px; +          } +            &:nth-child(1) {              &:before {                content: "\f01c";  | 
