template_document_list.html 1.28 KB
Newer Older
Lee Munkyeong committed
1 2 3 4 5 6 7 8 9
<div class="modal fade capture_modal" id="captyaModal" tabindex="-1" role="dialog" aria-labelledby="captyaModal"
     aria-hidden="true">
  <div class="modal-dialog modal-dialog-centered" role="document">
    <div class="modal-content">
      <div class="modal-header border-0 pb-0">
        <span>スクリーンキャプチャー</span>
      </div>
      <div class="modal-body">
        <div class="img_wrap">
10
          <img src="icon/icon_collabo_capture.svg" alt="キャプチャ画像">
Lee Munkyeong committed
11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
        </div>
        <p>filename.jpg</p>
      </div>
      <div class="modal-footer border-0 justify-content-center">
        <button type="button" class="profile_favorite_btn bg_white border_gray text_blue" data-dismiss="modal"
                aria-label="Close">
          <div class="d-flex flex-column">
            <span>キャンセル</span>
          </div>
        </button>
        <button type="button" class="profile_phone_btn border-0 bg_navy text_white">
          <div class="d-flex flex-column">
            <span>共有</span>
          </div>
        </button>
        <button type="button" class="profile_chat_btn border-0 bg_blue text_white">
          <div class="d-flex flex-column">
            <span>保存</span>
          </div>
        </button>
      </div>
    </div>
  </div>
</div>