diff --git a/ui/public/profile/index.html b/ui/public/profile/index.html index 719c387..4a04241 100644 --- a/ui/public/profile/index.html +++ b/ui/public/profile/index.html @@ -45,40 +45,45 @@
diff --git a/ui/sass/base/_resets.scss b/ui/sass/base/_resets.scss index 5f7b429..872c839 100644 --- a/ui/sass/base/_resets.scss +++ b/ui/sass/base/_resets.scss @@ -152,17 +152,32 @@ nav .back { } .collection { width: 350px !important; + height: 460px; top: -38px; } .collection-item { display: flex; justify-content: space-between; + align-items: center; + color: rgba($color: #000000, $alpha: 0.5) !important; + & img { height: 50px; width: 50px; } & p { + margin-left: 10px; + } + & b { + color: black; + font-weight: 700; + } + & .dot { + height: 10px; + width: 10px; + border-radius: 50%; + background-color: $primary_color; margin-right: 30px; } & span { @@ -170,7 +185,4 @@ nav .back { font-size: 10px; margin-left: 1px; } - & .read { - opacity: 0.4; - } }