Ver código fonte

fix css PopupCreateContent

AlexiCauvin 6 anos atrás
pai
commit
bd513edb06
1 arquivos alterados com 17 adições e 6 exclusões
  1. 17 6
      src/css/index.styl

+ 17 - 6
src/css/index.styl Ver arquivo

@@ -72,7 +72,7 @@ btnState()
72 72
       &__edition
73 73
         display none
74 74
     &__messagelist
75
-      min-height 300px
75
+      min-height 70px
76 76
       &__item
77 77
         &__avatar
78 78
           border 1px solid darkHtmlColor
@@ -80,7 +80,6 @@ btnState()
80 80
         &__content
81 81
           color darkGrey
82 82
       &__version
83
-        margin-top 40px
84 83
         background-color grey-hover
85 84
         &__btn
86 85
           padding 5px 25px
@@ -123,10 +122,22 @@ btnState()
123 122
   .timeline__messagelist__item__content
124 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 142
 @media (min-width: max-xs) and (max-width: max-lg)
132 143
   .page