зеркало из https://github.com/mozilla/bedrock.git
14 строки
393 B
SCSS
14 строки
393 B
SCSS
// This Source Code Form is subject to the terms of the Mozilla Public
|
|
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
// file, You can obtain one at https://mozilla.org/MPL/2.0/.
|
|
|
|
@import '~@mozilla-protocol/core/protocol/css/includes/lib';
|
|
|
|
body {
|
|
min-height: 350px;
|
|
color: #000;
|
|
background-color: #fff;
|
|
font: 100%/1.5 sans-serif;
|
|
padding: 40px;
|
|
}
|