Files
clever-show/Server/static/css/main.css
Igor Nurullaev 30ea2d6ab3 Updated web table
2019-08-27 21:48:43 +03:00

36 lines
446 B
CSS

html, body, .container {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
body {
padding: 20px;
display: flex;
flex-direction: row;
}
.table-container {
height: 100%;
width: 70%;
}
.button {
margin: 10px;
}
.command-container {
height: 100%;
width: 30%;
}
.action-container {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.action-container button {
margin: 10px;
}