microsoft/qdk

Public

mirrored from https://github.com/microsoft/qdkAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
32bcffe86a3647ddd45528ecb551f8feddd749ab

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

source/vscode/src/webview/webview.css

17lines · modecode

1/* Copyright (c) Microsoft Corporation.
2 Licensed under the MIT License. */
3
4/* Generic element resets */
5
6*,
7*::before,
8*::after {
9 box-sizing: inherit;
10 margin: 0;
11 padding: 0;
12}
13
14html {
15 box-sizing: border-box;
16 font-size: 16px;
17}
18