mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-18 01:25:37 -05:00
22 lines
610 B
CSS
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;
|
|
}
|