mirror of
https://github.com/status-im/consul.git
synced 2025-01-31 16:07:58 +00:00
d6667880d4
* Add inline-code CSS component * Add %inline-code to all the places where we need it * Inject selected env variables into the translations file * Add ingress gateway upstream 'host header' intro text * Make sure we can use actual correct component casing for titles but still have nice consistent menu item casing in the side nav
7 lines
144 B
SCSS
7 lines
144 B
SCSS
%inline-code {
|
|
border: 1px solid;
|
|
color: var(--brand-600, inherit);
|
|
background-color: var(--gray-050);
|
|
border-color: var(--gray-200);
|
|
}
|