Skip to content

Commit

Permalink
remove double slash comments from css files (#45)
Browse files Browse the repository at this point in the history
* remove double slash comments from css files

* remove double slash comments from the remaining four css files
  • Loading branch information
david-wagih authored Jul 3, 2023
1 parent 2e35c42 commit 7801629
Show file tree
Hide file tree
Showing 7 changed files with 35 additions and 35 deletions.
10 changes: 5 additions & 5 deletions stopes/ui/seamlisten/react_app/src/App.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright (c) Meta Platforms, Inc. and affiliates
// All rights reserved.
//
// This source code is licensed under the license found in the
// LICENSE file in the root directory of this source tree.
/* Copyright (c) Meta Platforms, Inc. and affiliates
All rights reserved.
This source code is licensed under the license found in the
LICENSE file in the root directory of this source tree.
*/

.App {
text-align: center;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright (c) Meta Platforms, Inc. and affiliates
// All rights reserved.
//
// This source code is licensed under the license found in the
// LICENSE file in the root directory of this source tree.
/* Copyright (c) Meta Platforms, Inc. and affiliates
All rights reserved.
This source code is licensed under the license found in the
LICENSE file in the root directory of this source tree.
*/

.Button {
background-color: rgba(123, 38, 193, 0);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright (c) Meta Platforms, Inc. and affiliates
// All rights reserved.
//
// This source code is licensed under the license found in the
// LICENSE file in the root directory of this source tree.
/* Copyright (c) Meta Platforms, Inc. and affiliates
All rights reserved.
This source code is licensed under the license found in the
LICENSE file in the root directory of this source tree.
*/

.playPauseIcon {
color: #7a26c1;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright (c) Meta Platforms, Inc. and affiliates
// All rights reserved.
//
// This source code is licensed under the license found in the
// LICENSE file in the root directory of this source tree.
/* Copyright (c) Meta Platforms, Inc. and affiliates
All rights reserved.
This source code is licensed under the license found in the
LICENSE file in the root directory of this source tree.
*/

.spinner {
width: 100%;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright (c) Meta Platforms, Inc. and affiliates
// All rights reserved.
//
// This source code is licensed under the license found in the
// LICENSE file in the root directory of this source tree.
/* Copyright (c) Meta Platforms, Inc. and affiliates
All rights reserved.
This source code is licensed under the license found in the
LICENSE file in the root directory of this source tree.
*/

.title {
color: #000;
Expand Down
10 changes: 5 additions & 5 deletions stopes/ui/seamlisten/react_app/src/index.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright (c) Meta Platforms, Inc. and affiliates
// All rights reserved.
//
// This source code is licensed under the license found in the
// LICENSE file in the root directory of this source tree.
/* Copyright (c) Meta Platforms, Inc. and affiliates
All rights reserved.
This source code is licensed under the license found in the
LICENSE file in the root directory of this source tree.
*/

body {
margin: 0;
Expand Down
10 changes: 5 additions & 5 deletions stopes/ui/seamlisten/react_app/src/style.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright (c) Meta Platforms, Inc. and affiliates.
// All rights reserved.
//
// This source code is licensed under the license found in the
// LICENSE file in the root directory of this source tree.
/* Copyright (c) Meta Platforms, Inc. and affiliates
All rights reserved.
This source code is licensed under the license found in the
LICENSE file in the root directory of this source tree.
*/

#logo {
background-image: url("logo.png");
Expand Down

0 comments on commit 7801629

Please sign in to comment.