Pārlūkot izejas kodu

moved textAreaPlugin to tracim lib

Skylsmoi 6 gadus atpakaļ
vecāks
revīzija
0969a5f3c8
2 mainītis faili ar 5 papildinājumiem un 31 dzēšanām
  1. 5 5
      dist/plugin/pageHtml.plugin.js
  2. 0 26
      src/css/Generic.styl

Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 5 - 5
dist/plugin/pageHtml.plugin.js


+ 0 - 26
src/css/Generic.styl Parādīt failu

@@ -161,29 +161,3 @@
161 161
       border 1px solid grey
162 162
       border-radius 10px
163 163
       padding 15px 25px
164
-
165
-
166
-/***** EDITION MODE  ******/
167
-
168
-.editiontitle
169
-  width 60%
170
-
171
-.editionmode
172
-  display flex
173
-  flex-direction column
174
-  align-items center
175
-  &__text
176
-    margin-bottom 25px
177
-    width 100%
178
-    height 400px
179
-  &__submit
180
-    border 1px solid blue
181
-    box-shadow none
182
-    border-radius 10px
183
-    padding 8px 45px
184
-    background-color transparent
185
-    color blue
186
-    &:hover, &:focus
187
-      background-color blue
188
-      color off-white
189
-