Files
Alfis/src/webview/styles.css
T

30 lines
412 B
CSS
Raw Normal View History

2021-03-24 19:06:22 +01:00
.container {
margin: 10pt;
}
.notification {
position: absolute;
z-index: 100;
width: 50%;
2021-03-25 20:55:09 +01:00
}
.notification.is-warning {
position: absolute;
2021-03-24 19:06:22 +01:00
top: 10pt;
right: 10pt;
}
2021-03-25 20:55:09 +01:00
.notification.is-success {
position: absolute;
bottom: 10pt;
right: 10pt;
}
2021-03-24 19:06:22 +01:00
.footer {
background-color: #f4f4f4;
padding: 0.2rem 0.5rem 0.2rem 0.5rem;
width: 100%;
position: absolute;
bottom: 0px;
z-index: 9;
}