diff --git a/assets/img/ic_caution.svg b/assets/img/ic_caution.svg new file mode 100644 index 0000000..7c5bc93 --- /dev/null +++ b/assets/img/ic_caution.svg @@ -0,0 +1,3 @@ + + + diff --git a/components/recruitment/noticeBox.vue b/components/recruitment/noticeBox.vue index 03656ab..e270116 100644 --- a/components/recruitment/noticeBox.vue +++ b/components/recruitment/noticeBox.vue @@ -1,8 +1,10 @@ @@ -39,7 +41,24 @@ export default defineComponent({ border-radius: 16px; .contentTitle { - font-style: bold; + font-weight: 700; + + .noticeIcon { + vertical-align: top; + margin-top: 5px; + margin-right: 5px; + } + } + + .dot { + display: inline-block; + width: 4px; + height: 4px; + border-radius: 2px; + margin-right: 5px; + background-color: #000000; + vertical-align: top; + margin-top: 10px; } }