From 4071ca0749f6d980aadbb9537d14017179b30ad8 Mon Sep 17 00:00:00 2001 From: Max Hunt Date: Tue, 21 Apr 2020 19:18:04 +0100 Subject: [PATCH] Update --- views/css/style.css | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/views/css/style.css b/views/css/style.css index 41dcf4e..62f41ad 100644 --- a/views/css/style.css +++ b/views/css/style.css @@ -37,7 +37,7 @@ body { .logon-crumbs { padding-top: 10px; - padding-bottom: : 10px; + padding-bottom: 10px; } .logon-crumbs input { @@ -79,4 +79,22 @@ body { .img-g-login { height: 35px; width: 35px; +} + +.user-info { + float: right; + position: relative; + display: inline-flex; + bottom: 10%; + font-family: osl +} + +.notifications { + padding-right: 15px; + color: #898989; +} + +.cart { + color: #898989; + } \ No newline at end of file