diff --git a/src/app/components/auth/email-verified/email-verified.component.html b/src/app/components/auth/email-verified/email-verified.component.html index 4091dcf..c0a067c 100644 --- a/src/app/components/auth/email-verified/email-verified.component.html +++ b/src/app/components/auth/email-verified/email-verified.component.html @@ -8,7 +8,7 @@
-
diff --git a/src/app/components/auth/email-verified/email-verified.component.scss b/src/app/components/auth/email-verified/email-verified.component.scss index 5e95d04..593cf21 100644 --- a/src/app/components/auth/email-verified/email-verified.component.scss +++ b/src/app/components/auth/email-verified/email-verified.component.scss @@ -55,6 +55,20 @@ .forbidden-text { text-align: center; } + + .forbidden-btn { + display: flex; + flex-direction: column; + + .btn { + padding: 10px 12px; + } + + .return-btn { + margin-bottom: 10px; + width: 230px; + } + } } } } \ No newline at end of file diff --git a/src/app/components/auth/login/login.component.html b/src/app/components/auth/login/login.component.html index f82fad1..da79c70 100644 --- a/src/app/components/auth/login/login.component.html +++ b/src/app/components/auth/login/login.component.html @@ -133,7 +133,7 @@
-
+
+ +
diff --git a/src/app/components/auth/login/login.component.scss b/src/app/components/auth/login/login.component.scss index ebe6719..3021644 100644 --- a/src/app/components/auth/login/login.component.scss +++ b/src/app/components/auth/login/login.component.scss @@ -35,5 +35,12 @@ color: #999a9b; } } + + .link-shipper { + + &:hover { + text-decoration: underline; + } + } } diff --git a/src/app/components/auth/signup/signup.component.scss b/src/app/components/auth/signup/signup.component.scss index 1d09053..31b53bb 100644 --- a/src/app/components/auth/signup/signup.component.scss +++ b/src/app/components/auth/signup/signup.component.scss @@ -9,7 +9,7 @@ } .change-height { - height: 100vh; + height: 100%; } diff --git a/src/app/components/products/physical/category-detail/category-detail.component.html b/src/app/components/products/physical/category-detail/category-detail.component.html index 0356564..f32d572 100644 --- a/src/app/components/products/physical/category-detail/category-detail.component.html +++ b/src/app/components/products/physical/category-detail/category-detail.component.html @@ -26,7 +26,7 @@ style="width: 20px"> {{ product.name }} - {{ product.cost - product.cost * product.discountPercent / 100 }} + {{ product.cost - product.cost * product.discountPercent / 100 | currency : "VND" }} diff --git a/src/app/components/products/physical/category-detail/category-detail.component.scss b/src/app/components/products/physical/category-detail/category-detail.component.scss index e69de29..0541f1a 100644 --- a/src/app/components/products/physical/category-detail/category-detail.component.scss +++ b/src/app/components/products/physical/category-detail/category-detail.component.scss @@ -0,0 +1,3 @@ +th, td { + text-align: center; +} \ No newline at end of file diff --git a/src/app/components/products/physical/category/category.component.html b/src/app/components/products/physical/category/category.component.html index da6a282..eed6dd1 100644 --- a/src/app/components/products/physical/category/category.component.html +++ b/src/app/components/products/physical/category/category.component.html @@ -60,7 +60,7 @@