From 56902288c6ce498cdfbd80ac9036cd457872a73b Mon Sep 17 00:00:00 2001 From: Sebastian Date: Fri, 16 Jul 2021 12:00:39 -0300 Subject: added fake header to stories --- .../src/components/styled/index.tsx | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'packages/taler-wallet-webextension/src/components') diff --git a/packages/taler-wallet-webextension/src/components/styled/index.tsx b/packages/taler-wallet-webextension/src/components/styled/index.tsx index 11a0d014f..8afbb6c9a 100644 --- a/packages/taler-wallet-webextension/src/components/styled/index.tsx +++ b/packages/taler-wallet-webextension/src/components/styled/index.tsx @@ -240,4 +240,23 @@ export const ErrorBox = styled.div` } } ` +export const PopupNavigation = styled.div` + background-color: #033; + + & > a { + color: #f8faf7; + padding-top: 0.7em; + display: inline-block; + width: calc(400px / 5); + padding-bottom: 0.7em; + text-align: center; + text-decoration: none; + } + + & > a.active { + background-color: #f8faf7; + color: #000; + font-weight: bold; + } +` -- cgit v1.2.3