From d008caf432eca9427e050c262c8d8925d79bbd37 Mon Sep 17 00:00:00 2001 From: Joachim Nielandt Date: Sat, 24 Mar 2018 12:41:44 +0100 Subject: [PATCH] Fixed top side buttons --- src/app/app.component.scss | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/app/app.component.scss b/src/app/app.component.scss index f4c7c02..fa683e9 100644 --- a/src/app/app.component.scss +++ b/src/app/app.component.scss @@ -15,10 +15,11 @@ margin-top: 25px; padding-bottom: 9px; font-size: 80%; - transition: font-size 0.15s ease-out; + transition: font-size 0.15s ease; } #topname.active { font-size: 100%; + transition: font-size 0.15s ease; } #topname #first { @@ -31,7 +32,7 @@ } #topname #last { - font-size: 20pt; + font-size: 150%; } #topmenubuttons, #topname { @@ -62,7 +63,6 @@ } #highlightedlink { - transition: opacity 0.15s ease-out; color: gray; opacity: 0; //background-color: aqua; @@ -72,8 +72,10 @@ left: 0px; font-size: 89%; text-align: center; + transition: opacity 0.5s ease-in-out; } #highlightedlink.active { opacity: 1; + transition: opacity 0.5s ease-in-out; }