소스 검색

add commentary on editionmode height

AlexiCauvin 7 년 전
부모
커밋
3cdf590cd7
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 2
      src/component/Input/TextAreaApp/TextAreaApp.styl

+ 3 - 2
src/component/Input/TextAreaApp/TextAreaApp.styl 파일 보기

8
   flex-direction column
8
   flex-direction column
9
   align-items center
9
   align-items center
10
   width 100%
10
   width 100%
11
-  height calc(100% - 50px)
11
+  height calc(100% - 50px) // 50px => buttons margin
12
   &__text
12
   &__text
13
     margin-bottom 25px
13
     margin-bottom 25px
14
     width 100%
14
     width 100%
15
-    height calc(100% - 50px)
15
+    height calc(100% - 50px) // 50px => buttons margin
16
   &__button
16
   &__button
17
     margin 25px 0
17
     margin 25px 0
18
     width 100%
18
     width 100%
19
+    text-align right
19
     &__cancel
20
     &__cancel
20
       cursor pointer
21
       cursor pointer
21
     &__submit
22
     &__submit