Add copywrite headers to css files

Reviewed By: danielbuechele

Differential Revision: D6976529

fbshipit-source-id: 7f0c3fdd70105cbe055fa49f10eac3bdaf84b5c2
This commit is contained in:
Emil Sjölander
2018-02-13 09:08:01 -08:00
committed by Facebook Github Bot
parent c06ee92251
commit 025ee03cb1
16 changed files with 157 additions and 14 deletions

View File

@@ -1,4 +1,13 @@
.Padded {
/**
* Copyright (c) 2014-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*/
.Padded {
width: 100%;
max-width: 1200px;
padding: 0 50px;