From 78016297016fd1518c010048de27340dcc311ecb Mon Sep 17 00:00:00 2001 From: David Wagih <78867146+david-wagih@users.noreply.github.com> Date: Mon, 3 Jul 2023 14:58:24 +0300 Subject: [PATCH] remove double slash comments from css files (#45) * remove double slash comments from css files * remove double slash comments from the remaining four css files --- stopes/ui/seamlisten/react_app/src/App.css | 10 +++++----- .../react_app/src/common/components/audio/PlayArea.css | 10 +++++----- .../src/common/components/audio/WaveSurfer.css | 10 +++++----- .../src/common/components/spinners/spinner.css | 10 +++++----- .../react_app/src/common/components/table/table.css | 10 +++++----- stopes/ui/seamlisten/react_app/src/index.css | 10 +++++----- stopes/ui/seamlisten/react_app/src/style.css | 10 +++++----- 7 files changed, 35 insertions(+), 35 deletions(-) diff --git a/stopes/ui/seamlisten/react_app/src/App.css b/stopes/ui/seamlisten/react_app/src/App.css index b715861..d7720b9 100644 --- a/stopes/ui/seamlisten/react_app/src/App.css +++ b/stopes/ui/seamlisten/react_app/src/App.css @@ -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; diff --git a/stopes/ui/seamlisten/react_app/src/common/components/audio/PlayArea.css b/stopes/ui/seamlisten/react_app/src/common/components/audio/PlayArea.css index 1c449ad..afca7d3 100644 --- a/stopes/ui/seamlisten/react_app/src/common/components/audio/PlayArea.css +++ b/stopes/ui/seamlisten/react_app/src/common/components/audio/PlayArea.css @@ -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); diff --git a/stopes/ui/seamlisten/react_app/src/common/components/audio/WaveSurfer.css b/stopes/ui/seamlisten/react_app/src/common/components/audio/WaveSurfer.css index 9cb15fb..e14f5f8 100644 --- a/stopes/ui/seamlisten/react_app/src/common/components/audio/WaveSurfer.css +++ b/stopes/ui/seamlisten/react_app/src/common/components/audio/WaveSurfer.css @@ -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; diff --git a/stopes/ui/seamlisten/react_app/src/common/components/spinners/spinner.css b/stopes/ui/seamlisten/react_app/src/common/components/spinners/spinner.css index d6cb1e7..e22421a 100644 --- a/stopes/ui/seamlisten/react_app/src/common/components/spinners/spinner.css +++ b/stopes/ui/seamlisten/react_app/src/common/components/spinners/spinner.css @@ -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%; diff --git a/stopes/ui/seamlisten/react_app/src/common/components/table/table.css b/stopes/ui/seamlisten/react_app/src/common/components/table/table.css index dd67dce..3639fd1 100644 --- a/stopes/ui/seamlisten/react_app/src/common/components/table/table.css +++ b/stopes/ui/seamlisten/react_app/src/common/components/table/table.css @@ -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; diff --git a/stopes/ui/seamlisten/react_app/src/index.css b/stopes/ui/seamlisten/react_app/src/index.css index 82e0c02..555fd20 100644 --- a/stopes/ui/seamlisten/react_app/src/index.css +++ b/stopes/ui/seamlisten/react_app/src/index.css @@ -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; diff --git a/stopes/ui/seamlisten/react_app/src/style.css b/stopes/ui/seamlisten/react_app/src/style.css index 741f97c..e7f79e5 100644 --- a/stopes/ui/seamlisten/react_app/src/style.css +++ b/stopes/ui/seamlisten/react_app/src/style.css @@ -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");