worker-pastebin/src/web/styles/pastebin.scss

24 lines
415 B
SCSS

.content-pastebin {
display: flex;
flex-flow: column;
height: 100%;
width: 100%;
}
.content-pastebin-edit {
//display: block;
flex: 1;
//height: 100%;
//width: 100%;
overflow-y: auto;
text-align: left;
box-sizing: border-box;
font-family: monospace;
}
.content-file-info {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}