Browse Source

https://github.com/tracim/tracim/issues/798, fix admin button css on the header

AlexiCauvin 6 years ago
parent
commit
4123b2bc81
1 changed files with 11 additions and 0 deletions
  1. 11 0
      frontend/src/css/Header.styl

+ 11 - 0
frontend/src/css/Header.styl View File

24
       display flex
24
       display flex
25
       margin-top 15px
25
       margin-top 15px
26
       list-style none
26
       list-style none
27
+      &__adminlink
28
+        .adminlink
29
+          border 1px solid grey
30
+          border-radius 5px
31
+          &__btn
32
+            &::after
33
+              margin-left 15px
34
+          &__setting
35
+            padding 0
36
+            .setting__link
37
+              padding 10px
27
       &__itemsearch
38
       &__itemsearch
28
         display none
39
         display none
29
         margin-right 8%
40
         margin-right 8%