mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-19 02:21:32 +08:00
29 lines
402 B
CSS
29 lines
402 B
CSS
#gtn-screen {
|
|
position: fixed;
|
|
z-index: 5100;
|
|
width:100%;
|
|
height:100%;
|
|
}
|
|
|
|
#gtn-screen-overlay {
|
|
position: fixed;
|
|
top:0;
|
|
left:0;
|
|
background: rgba(224, 224, 224, 0.75);
|
|
z-index: 5000;
|
|
width:100%;
|
|
height:100%;
|
|
opacity: 2;
|
|
}
|
|
|
|
#gtn-header {
|
|
position: fixed;
|
|
height: 100%;
|
|
width: 100%;
|
|
z-index: 5200;
|
|
display: flex;
|
|
justify-content: center;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|