mirror of
https://github.com/google/pebble.git
synced 2025-05-29 14:33:12 +00:00
Import the pebble dev site into devsite/
This commit is contained in:
parent
3b92768480
commit
527858cf4c
1359 changed files with 265431 additions and 0 deletions
39
devsite/source/_sass/col.scss
Normal file
39
devsite/source/_sass/col.scss
Normal file
|
@ -0,0 +1,39 @@
|
|||
/**
|
||||
* Copyright 2025 Google LLC
|
||||
*
|
||||
* 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
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* 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.
|
||||
*/
|
||||
|
||||
$pebble-black: #111;
|
||||
$pebble-blue: #16b5d8;
|
||||
$pebble-blue-alt: darken(#16b5d8, 20);
|
||||
$pebble-gray: #959fa0;
|
||||
$pebble-green: #aed70d;
|
||||
$pebble-orange: #f57216;
|
||||
$pebble-pink: #ff568a;
|
||||
$pebble-red: #b93231;
|
||||
$pebble-silver: #bdc3c7;
|
||||
|
||||
$green: #00a94b;
|
||||
$blue: #16aee5;
|
||||
$red: #ff1200;
|
||||
$dark-grey: #444;
|
||||
$darker-grey: #333;
|
||||
$pink: #d84ba1;
|
||||
$yellow: #e5e327;
|
||||
$purple: #9d49d5;
|
||||
$orange: #e79b22;
|
||||
|
||||
$color-guides: $yellow;
|
||||
$color-documentation: $pink;
|
||||
$color-community: $purple;
|
Loading…
Add table
Add a link
Reference in a new issue