diff --git a/src/assets/css/home-style.css b/src/assets/css/home-style.css index b430c81..fa7effe 100644 --- a/src/assets/css/home-style.css +++ b/src/assets/css/home-style.css @@ -208,6 +208,9 @@ body.light-mode .video-bg:before { .notify { position: relative; } +.notify2 { + position: relative; +} .notify:before { content: ""; position: absolute; @@ -224,6 +227,21 @@ body.light-mode .video-bg:before { } } +.notify2:before { + content: ""; + position: absolute; + background-color: #3af06e; + width: 6px; + height: 6px; + border-radius: 50%; + right: 20px; + top: 16px; +} +@media screen and (max-width: 1055px) { + .notify2 { + display: none; + } +} .menu-circle { width: 15px; height: 15px; @@ -618,7 +636,7 @@ body.light-mode .video-bg:before { .status { /*margin-left: auto;*/ - width: 140px; + width: 700px; font-size: 15px; position: relative; text-align: left; @@ -789,6 +807,7 @@ body.light-mode .video-bg:before { align-items: center; font-size: 14px; font-weight: 400; + margin-top: 20px; } .checkbox-wrapper + .checkbox-wrapper { margin: 20px 0 40px; diff --git a/src/assets/img/NAV.png b/src/assets/img/NAV.png new file mode 100644 index 0000000..d938511 Binary files /dev/null and b/src/assets/img/NAV.png differ diff --git a/src/components/detail/NavDetail.vue b/src/components/detail/NavDetail.vue index d5937e7..c7dc713 100644 --- a/src/components/detail/NavDetail.vue +++ b/src/components/detail/NavDetail.vue @@ -48,8 +48,15 @@