From 59d83b5ddd22518a463547e9198b341315848ff2 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Thu, 9 Jan 2020 06:43:24 +0100 Subject: [PATCH] [DEV] update display of type view component --- front/src/app/type-detail/type-detail.component.less | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/front/src/app/type-detail/type-detail.component.less b/front/src/app/type-detail/type-detail.component.less index 09160ef..2c57974 100644 --- a/front/src/app/type-detail/type-detail.component.less +++ b/front/src/app/type-detail/type-detail.component.less @@ -8,9 +8,10 @@ } .item { + background-color: rgba(200, 200, 200, 0.5); font-size: 20px; - height: 21%; - width: 23%; + height: 280px; + width: 200px; margin: 1%; padding: 0; overflow: hidden; @@ -37,7 +38,8 @@ } &:hover { - background-color: #F00; + background-color: rgba(200, 200, 200, 1); + //box-shadow: 0px 2px 4px 0 rgba(255, 0, 0, 0.6); } .material-icons {