소스 검색

moved textAreaPlugin to tracim lib

Skylsmoi 7 년 전
부모
커밋
0969a5f3c8
2개의 변경된 파일5개의 추가작업 그리고 31개의 파일을 삭제
  1. 5 5
      dist/plugin/pageHtml.plugin.js
  2. 0 26
      src/css/Generic.styl

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 5 - 5
dist/plugin/pageHtml.plugin.js


+ 0 - 26
src/css/Generic.styl 파일 보기

@@ -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
-