Explorar el Código

Merge branch 'develop' of github.com:tracim/tracim_frontend into develop

Skylsmoi hace 6 años
padre
commit
610600b9a1
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      src/css/Generic.styl
  2. 1 1
      src/css/Sidebar.styl

+ 1 - 1
src/css/Generic.styl Ver fichero

@@ -56,7 +56,7 @@ a
56 56
   min-height calc(100% - 50px)
57 57
 
58 58
 .pageWrapperGeneric
59
-  width 100%
59
+  width calc(100% - 300px) // 300px => width of the sidebar
60 60
   &__header
61 61
     display flex
62 62
   &__content

+ 1 - 1
src/css/Sidebar.styl Ver fichero

@@ -2,7 +2,7 @@
2 2
   position absolute
3 3
   left 0
4 4
   display none
5
-  border 1px solid darkBlue
5
+  border 1px solid thirdColor
6 6
   border-top-width 2px
7 7
   padding 11px 15px
8 8
   background-color blue