chore(v1): add Facebook copyright headers (#1068)

This commit is contained in:
Yangshun Tay 2018-10-25 17:30:38 -07:00 committed by GitHub
parent c9e29c86a5
commit 13b23edd12
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 66 additions and 2 deletions

View file

@ -1,3 +1,10 @@
/**
* Copyright (c) 2017-present, Facebook, Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/* "Copy" code block button */
pre {
position: relative;
@ -13,7 +20,7 @@ pre .btnIcon {
color: #fff;
background-color: transparent;
height: 30px;
transition: all .25s ease-out;
transition: all 0.25s ease-out;
}
pre .btnIcon:hover {
@ -27,7 +34,7 @@ pre .btnIcon:hover {
.btnIcon svg {
fill: currentColor;
margin-right: .4em;
margin-right: 0.4em;
}
.btnIcon__label {