From e6d6f86d3fd2b301318725391bfcb1b3bd52467e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Daubensch=C3=BCtz?= Date: Thu, 22 Oct 2015 11:34:51 +0200 Subject: [PATCH] Style placeholder according to Woj's mockups --- sass/ascribe-fonts/ascribe-fonts.scss | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/sass/ascribe-fonts/ascribe-fonts.scss b/sass/ascribe-fonts/ascribe-fonts.scss index 2aad38b4..8b66627d 100644 --- a/sass/ascribe-fonts/ascribe-fonts.scss +++ b/sass/ascribe-fonts/ascribe-fonts.scss @@ -250,19 +250,23 @@ } .ascribe-logo-circle { - border: 5px solid white; + border: 6px solid #F6F6F6; border-radius: 10em; + position: relative; + top: 10%; + left: 10%; display: block; - width: 100%; - height: 100%; + width: 80%; + height: 80%; > span { - color: white; + color: #F6F6F6; position: absolute; - top: -.35em; - left: .11em; + top: -.29em; + left: .16em; - font-size: 8.35em; + font-size: 5em; + font-weight: normal; } } \ No newline at end of file