projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
21128: fixed unwanted rowselects on other operational clicks Arvados-DCO-1.1-Signed...
[arvados.git]
/
src
/
index.css
1
body {
2
margin: 0;
3
padding: 0;
4
font-family: 'Roboto', "Helvetica", "Arial", sans-serif;
5
width: 100vw;
6
height: 100vh;
7
}
8
9
.app-banner {
10
width: calc(100% - 2rem);
11
height: 150px;
12
z-index: 11111;
13
position: fixed;
14
top: 0px;
15
background-color: #00bfa5;
16
border: 1px solid #01685a;
17
color: #ffffff;
18
margin: 1rem;
19
box-sizing: border-box;
20
cursor: pointer;
21
}
22
23
.app-banner span {
24
font-size: 2rem;
25
text-align: center;
26
display: block;
27
margin: auto;
28
padding: 2rem;
29
}