This repository has been archived on 2022-10-07. You can view files and clone it, but cannot push or open issues or pull requests.
skynet-webportal/docker/kratos-selfservice-ui-node/branding.css

19 lines
347 B
CSS
Raw Normal View History

2020-12-14 11:49:35 +00:00
:root {
--base-white: #ffffff;
--base-light: #f0f0f1;
--base-text: #99999e;
--base-main: #5a5b6a;
--base-dark: #19191d;
--base-black: #000000;
--primary-light: #ecfdfe;
2020-12-14 14:53:39 +00:00
--primary-half: #4ea156;
--primary-main: #57b560;
2020-12-14 11:49:35 +00:00
--primary-dark: #2e0473;
--red-strong: #f44336;
--green-strong: #43a047;
}
2020-12-14 14:53:39 +00:00
.logo {
margin: 0 auto;
}