Browse Source

design fix

Skylsmoi 6 years ago
parent
commit
85567b4cde
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/css/index.styl

+ 2 - 1
src/css/index.styl View File

29
     &:hover, &:focus, &:active
29
     &:hover, &:focus, &:active
30
       color htmlColor
30
       color htmlColor
31
   .selectStatus
31
   .selectStatus
32
+    margin-right 15px
32
     .dropdown-item
33
     .dropdown-item
33
       &:hover, &:focus, &:active, &visited, &:focus-within
34
       &:hover, &:focus, &:active, &visited, &:focus-within
34
         background-color htmlColor
35
         background-color htmlColor
88
           & > i
89
           & > i
89
             margin-right 10px
90
             margin-right 10px
90
             color darkGrey
91
             color darkGrey
91
-            font-size 22px
92
+            font-size 20px
92
           &:hover, &:focus
93
           &:hover, &:focus
93
             btnState()
94
             btnState()
94
         &__date
95
         &__date