Files
galaxy/config/plugins/webhooks/gtn/styles.css
T
2023-04-03 12:24:27 +02:00

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;
}