Files
azuredatastudio/src/sql/workbench/browser/modelComponents/media/declarativeTable.css
2020-03-30 16:13:20 -07:00

22 lines
610 B
CSS

/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
.declarative-table {
padding: 5px 30px 0px 30px;
box-sizing: border-box;
border-collapse: collapse;
}
.declarative-table-header {
padding: 5px;
border: 1px solid;
vertical-align: top;
}
.declarative-table-cell {
padding: 5px;
border: 1px solid;
}