diff --git a/source/components/nav/ul-nav-info/_index.html b/source/components/nav/ul-nav-info/_index.html
index 432024d..593e91c 100644
--- a/source/components/nav/ul-nav-info/_index.html
+++ b/source/components/nav/ul-nav-info/_index.html
@@ -79,4 +79,28 @@
+
\ No newline at end of file
diff --git a/source/components/nav/ul-nav-info/_index.scss b/source/components/nav/ul-nav-info/_index.scss
index ab9460e..2637cff 100644
--- a/source/components/nav/ul-nav-info/_index.scss
+++ b/source/components/nav/ul-nav-info/_index.scss
@@ -18,15 +18,32 @@
}
&__title {
- font-size : 16px;
+ font-size : 15px;
font-weight: 400;
}
&__content {
- margin-top: 5px;
+ margin-top: 10px;
color : #bbb;
font-size : 14px;
}
}
+
+ &__right {
+ display : flex;
+ align-items : center;
+ justify-content: flex-end;
+ color : #bbb;
+
+ &__item {
+ margin-left: 5px;
+ }
+ }
+
+
+ &:not(:last-child) {
+ border-bottom: 1px solid #eee;
+ }
}
+
}
\ No newline at end of file