mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-14 03:58:33 -05:00
14 lines
445 B
CSS
14 lines
445 B
CSS
/*---------------------------------------------------------------------------------------------
|
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
* Licensed under the Source EULA. See License.txt in the project root for license information.
|
|
*--------------------------------------------------------------------------------------------*/
|
|
|
|
.center-align
|
|
{
|
|
text-align: center;
|
|
}
|
|
|
|
.align-with-header
|
|
{
|
|
padding-left:3px !important;
|
|
} |