opt-cc/static/src/app/request/sql-dashboard/sql-dashboard.component.scss

27 lines
343 B
SCSS

@import url('../../style/overview.scss');
.overview {
margin-left: 25px !important;
}
.decoration-preview {
padding: 5px;
}
.table {
overflow-wrap: break-word;
table-layout: fixed;
}
.table-container {
margin-top: 40px;
overflow-x: auto;
width: 90%;
min-width: 800px;
padding: 5px;
}
h3 {
margin: 80px 0 20px -20px;
}