Selaa lähdekoodia

moved textAreaPlugin to tracim lib

Skylsmoi 7 vuotta sitten
vanhempi
commit
0969a5f3c8
2 muutettua tiedostoa jossa 5 lisäystä ja 31 poistoa
  1. 5 5
      dist/plugin/pageHtml.plugin.js
  2. 0 26
      src/css/Generic.styl

File diff suppressed because it is too large
+ 5 - 5
dist/plugin/pageHtml.plugin.js


+ 0 - 26
src/css/Generic.styl Näytä tiedosto

161
       border 1px solid grey
161
       border 1px solid grey
162
       border-radius 10px
162
       border-radius 10px
163
       padding 15px 25px
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
-