SotM_Playfield/css/editor.css

9 lines
122 B
CSS
Raw Normal View History

2017-10-12 23:36:45 -04:00
#cardEditor {
position: fixed;
top: 0;
right: 0;
background-color: gray;
padding: 10px;
border-radius: 3px;
}