Browse Source

fix css PopupCreateContent

AlexiCauvin 6 years ago
parent
commit
bd513edb06
1 changed files with 17 additions and 6 deletions
  1. 17 6
      src/css/index.styl

+ 17 - 6
src/css/index.styl View File

72
       &__edition
72
       &__edition
73
         display none
73
         display none
74
     &__messagelist
74
     &__messagelist
75
-      min-height 300px
75
+      min-height 70px
76
       &__item
76
       &__item
77
         &__avatar
77
         &__avatar
78
           border 1px solid darkHtmlColor
78
           border 1px solid darkHtmlColor
80
         &__content
80
         &__content
81
           color darkGrey
81
           color darkGrey
82
       &__version
82
       &__version
83
-        margin-top 40px
84
         background-color grey-hover
83
         background-color grey-hover
85
         &__btn
84
         &__btn
86
           padding 5px 25px
85
           padding 5px 25px
123
   .timeline__messagelist__item__content
122
   .timeline__messagelist__item__content
124
     background-color htmlColor
123
     background-color htmlColor
125
 
124
 
126
-// .html-documents__editionmode
127
-//   div.mce-edit-area
128
-//     & > iframe
129
-//       height 100%!important
125
+.popupCreateContent
126
+  .cardPopup
127
+    &__header
128
+      background-color htmlColor
129
+  .createcontent
130
+    &__contentname
131
+      color htmlColor
132
+    &__form
133
+      &__button
134
+        & > button
135
+          border-color htmlColor
136
+          background-color htmlColor
137
+          &:hover, &:active, &:visited &:focus
138
+            background-color darkHtmlColor
139
+            box-shadow none
140
+
130
 
141
 
131
 @media (min-width: max-xs) and (max-width: max-lg)
142
 @media (min-width: max-xs) and (max-width: max-lg)
132
   .page
143
   .page