chrome.scss 958 字节
Newer Older
1 2 3 4 5 6
// Copyright 2015 Google Inc. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
B
bryk 已提交
7
//     http://www.apache.org/licenses/LICENSE-2.0
8 9 10 11 12 13 14 15 16 17
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.

.kd-toolbar-logo {
  height: 42px;
  width: 42px;
B
bryk 已提交
18
  margin-right: 1em;
19
}
B
bryk 已提交
20 21 22 23 24 25

.kd-toolbar {
  // Apply a little material design shadow at the bottom of the toolbar.
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.14),
      0px 0px 2px 2px rgba(0, 0, 0, 0.098), 0px 0px 5px 1px rgba(0, 0, 0, 0.084);
}
B
bryk 已提交
26 27 28 29

.kd-content, body {
  background-color: #eeeeee;
}