SotM_Playfield/css/editor.css

9 lines
122 B
CSS

#cardEditor {
position: fixed;
top: 0;
right: 0;
background-color: gray;
padding: 10px;
border-radius: 3px;
}