From 51b3d57d8b5ea87a4e7fb63b27bb89b66668ec19 Mon Sep 17 00:00:00 2001 From: Sultan Khan Date: Tue, 15 Feb 2022 15:08:40 +0300 Subject: [PATCH] item for sale checkbox --- Mohem/src/app/itemforsale/home/home.component.scss | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Mohem/src/app/itemforsale/home/home.component.scss b/Mohem/src/app/itemforsale/home/home.component.scss index 4d2ce583..3aa5ee5f 100644 --- a/Mohem/src/app/itemforsale/home/home.component.scss +++ b/Mohem/src/app/itemforsale/home/home.component.scss @@ -385,4 +385,13 @@ ion-footer{ font-size: 22px; position: relative; top: 5px; +} +ion-radio{ + border: 1px solid; + border-radius: 5px; + color: gray; + height: 20px; + width: 21px; + margin-top: 5px; + } \ No newline at end of file