diff --git a/src/app/components/family-connect/family-connect.component.html b/src/app/components/family-connect/family-connect.component.html index 8da5c30..35e5910 100644 --- a/src/app/components/family-connect/family-connect.component.html +++ b/src/app/components/family-connect/family-connect.component.html @@ -14,32 +14,61 @@

- - - Family Connect - +
+
+ - - Share, play games, or create challenges with rewards - - Start Connect - - - + + + + + + + + + + + + +
+ Family Connect + + Share, play games, or create challenges with rewards + +
+
+ +
+ + + + + + + + + + + + + + + + + +
-
- +
+
+ + + Select to Invite +
- - - Select to Invite + @@ -62,6 +91,18 @@
+ + + + + + + + + + + +
diff --git a/src/app/components/family-connect/family-connect.component.scss b/src/app/components/family-connect/family-connect.component.scss index 5f8508f..38f43ee 100644 --- a/src/app/components/family-connect/family-connect.component.scss +++ b/src/app/components/family-connect/family-connect.component.scss @@ -7,4 +7,80 @@ margin: 0px; background: rgb(240,248,255); background: linear-gradient(90deg, rgba(240,248,255,1) 0%, rgba(255,240,248,1) 35%, rgba(255,240,248,1) 100%); +} +.bg_white { + display: flex; + align-items: flex-start; + background-color: white; + padding: 5px; + box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.1); + border-radius: 10px; + margin-bottom: 20px; + + .list { + display: flex; + align-items: center; + width: 100%; + + .back_image { + height: 95px; + width: 95px; + border-radius: 10px; + } + + .banner_image { + min-width: 90px; + } + + .detail { + width: 100%; + margin-left: 10px; + + .bg_text { + color: var(--ion-color-primary); + background-color: rgba(246, 246, 248, 0.9); + font-size: 12px; + padding: 2px 5px; + border-radius: 5px; + //width: 80px; + text-align: center; + height: 38px; + width: 100%; + overflow: hidden; + + .ovf { + overflow: hidden; + } + } + + .name { + font-family: 'bold'; + margin-top: 5px; + padding: 5px; + } + + .price { + margin-top: 3px; + color: var(--ion-color-primary); + font-family: 'semi-bold'; + } + + .row { + display: flex; + align-items: center; + margin-top: 3px; + + ion-icon { + font-size: 18px; + } + + .small { + margin-left: 8px; + color: grey; + font-size: 14px; + } + } + } + + } } \ No newline at end of file