doc/src/js/components/code.module.css (14 lines of code) (raw):

/** * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. * * @format */ .codeButton { position: fixed; top: 76px; left: 16px; padding: 13px 12px 9px 12px; border-radius: 50%; margin-bottom: 0px; background-color: #fff; opacity: 0.9; box-shadow: 0px 0px 3px rgb(0 0 0 / 40%); } .codeArrows { width: 24px; }