25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

26 lines
315 B

  1. .modal-body {
  2. position: relative;
  3. padding-left: 50px;
  4. padding-right: 50px;
  5. }
  6. .modal-header h5 {
  7. float: left;
  8. }
  9. button.btn-modal {
  10. margin-top: 25px;
  11. margin-bottom: 15px;
  12. }
  13. .richtext .modal ul li:after {
  14. width: 0px;
  15. height: 0px;
  16. border-radius: 0px;
  17. background-color: inherit;
  18. top: 12px;
  19. }