Browse Source

CSS

pull/2/head
김지은 11 months ago
parent
commit
1241b16eb8
  1. 4
      src/assets/css/custom.css

4
src/assets/css/custom.css

@ -1047,7 +1047,7 @@ caption {overflow: hidden; line-height: 0;text-indent: -2000px;}
.faq .app-collapse .collapse-title{width:100%;}
.faq-q button{min-width:100px;position: relative;z-index: 2;}
.faq-a{display:flex;background:#f4f4f4;padding:1rem}
.faq-a-text{margin-top:4px;word-break: keep-all;margin-left:10px;display:block}
.faq-a-text{margin-top:4px;word-break: keep-all;margin-left:10px;display:block;width: calc(100% - 40px);}
.faq-modal .form-group label{font-size:0.875rem;font-weight:400;}
.input-radio-inline{display:flex;height:34px;align-items: center;}
.input-radio-inline label:hover{cursor: pointer;}
@ -1094,7 +1094,7 @@ caption {overflow: hidden; line-height: 0;text-indent: -2000px;}
.notam-btn{width:20px;height:20px;padding:0;position:absolute;}
.notam-info{height:600px;overflow:auto;}
.notam-modal table{margin:1rem 0;border:1px solid #ddd;}
.notam-modal table tr th, .notam-modal table tr td{padding:0.4rem 0.8rem;vertical-align:middle;}
.notam-modal table tr th, .notam-modal table tr td{padding:0.4rem 0.8rem;vertical-align:middle;}j
.notam-modal table thead tr{border-bottom:1px solid #ddd;}
.notam-modal table thead tr th{font-weight:500;border:0;background:#f4f4f4;font-size:0.875rem;border-right:1px solid #ddd;text-align:center}
.notam-modal table tbody tr{border-bottom:1px solid #ddd;}

Loading…
Cancel
Save