X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/cf48e928d4d334b0b6434529d7619c616da319f2..4dd738fa98e3726fcd99a37e334b5ea8db4e5ee0:/src/index.css diff --git a/src/index.css b/src/index.css index abbd2b21..51f07761 100644 --- a/src/index.css +++ b/src/index.css @@ -1,7 +1,29 @@ body { margin: 0; padding: 0; - font-family: sans-serif; + font-family: 'Roboto', "Helvetica", "Arial", sans-serif; width: 100vw; height: 100vh; } + +.app-banner { + width: calc(100% - 2rem); + height: 150px; + z-index: 11111; + position: fixed; + top: 0px; + background-color: #00bfa5; + border: 1px solid #01685a; + color: #ffffff; + margin: 1rem; + box-sizing: border-box; + cursor: pointer; +} + +.app-banner span { + font-size: 2rem; + text-align: center; + display: block; + margin: auto; + padding: 2rem; +} \ No newline at end of file