tuxman/client/css/editor.css

50 lines
738 B
CSS
Raw Normal View History

2023-06-17 05:18:16 +00:00
canvas {
box-shadow: inset 0 0 1px red;
}
#sidebar {
background-color: #191919;
position: absolute;
display: flex;
flex-direction: column;
2023-06-18 02:48:56 +00:00
border: 1px solid #fff;
2023-06-17 05:18:16 +00:00
padding: 1rem;
}
#mapgen {
display: flex;
flex-direction: column;
2023-06-18 02:48:56 +00:00
position: absolute;
2023-06-17 05:18:16 +00:00
}
#export {
margin-top: 1rem;
}
2023-06-18 02:48:56 +00:00
#popup {
background-color: #191919;
position: absolute;
flex-direction: column;
padding: .5rem;
border: 1px solid #fff;
}
#popup textarea {
margin: .5rem 0;
height: 5rem;
background-color: transparent;
color: white;
border: 1px solid #fff;
}
#popup input {
margin: 0;
}
#close {
width: .3rem;
height: .3rem;
font-size: .6rem;
line-height: 0;
}