From db16e260ba0de3de9440e3b25f185cdcf7c4d341 Mon Sep 17 00:00:00 2001 From: DESKTOP-D5ILJ4S\flr_3 Date: Thu, 5 Jul 2018 15:39:30 +0700 Subject: [PATCH] try search --- src/app/dashboard/dashboard.component.html | 2 ++ src/app/dashboard/dashboard.component.scss | 7 +++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/app/dashboard/dashboard.component.html b/src/app/dashboard/dashboard.component.html index 3d65166..a4ba231 100644 --- a/src/app/dashboard/dashboard.component.html +++ b/src/app/dashboard/dashboard.component.html @@ -19,7 +19,9 @@

Active + +


diff --git a/src/app/dashboard/dashboard.component.scss b/src/app/dashboard/dashboard.component.scss index 8c33ddc..43de5e1 100644 --- a/src/app/dashboard/dashboard.component.scss +++ b/src/app/dashboard/dashboard.component.scss @@ -24,8 +24,11 @@ } .radius { - border: auto; - border-radius: 10% !important; + width: 60%; + height: 25px; + margin: 0 auto; + border: 1px solid black; + border-radius: 10px } .font { -- libgit2 0.21.2