From 22d5ffa155080037a32a64814002b987bddce3b4 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Sun, 13 Feb 2022 16:53:24 +0100 Subject: chore: increase toolbar buttons size On small screen, they was too small I think. I also change some styles like focus state to keep consistency between all elements in toolbar. Also, I was not fan of the rotate effect. --- src/styles/abstracts/_placeholders.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'src/styles/abstracts/_placeholders.scss') diff --git a/src/styles/abstracts/_placeholders.scss b/src/styles/abstracts/_placeholders.scss index 5ee6cea..d1c0a7a 100644 --- a/src/styles/abstracts/_placeholders.scss +++ b/src/styles/abstracts/_placeholders.scss @@ -1,2 +1,3 @@ +@forward "./placeholders/animations"; @forward "./placeholders/clearfix"; @forward "./placeholders/list"; -- cgit v1.2.3