diff --git a/src/styles/bodyEditor/nav.scss b/src/styles/bodyEditor/nav.scss index 1445e5ca1..3b8f98ba7 100644 --- a/src/styles/bodyEditor/nav.scss +++ b/src/styles/bodyEditor/nav.scss @@ -1,3 +1,20 @@ +// This file is part of CosmosJourneyer +// +// Copyright (C) 2024 Barthélemy Paléologue +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + nav { position: absolute; top: 0; diff --git a/src/styles/bodyEditor/panels.scss b/src/styles/bodyEditor/panels.scss index 2eb089d9e..daac3715e 100644 --- a/src/styles/bodyEditor/panels.scss +++ b/src/styles/bodyEditor/panels.scss @@ -1,3 +1,20 @@ +// This file is part of CosmosJourneyer +// +// Copyright (C) 2024 Barthélemy Paléologue +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + #editorPanelContainer { float: right; position: relative; diff --git a/src/styles/bodyEditor/toolbar.scss b/src/styles/bodyEditor/toolbar.scss index 1ae8e2186..17fa54d14 100644 --- a/src/styles/bodyEditor/toolbar.scss +++ b/src/styles/bodyEditor/toolbar.scss @@ -1,3 +1,20 @@ +// This file is part of CosmosJourneyer +// +// Copyright (C) 2024 Barthélemy Paléologue +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + #toolbar { position: absolute; bottom: 0; diff --git a/src/styles/helmetOverlay/helmetOverlay.scss b/src/styles/helmetOverlay/helmetOverlay.scss index 405eee241..92bf41416 100644 --- a/src/styles/helmetOverlay/helmetOverlay.scss +++ b/src/styles/helmetOverlay/helmetOverlay.scss @@ -1,3 +1,20 @@ +// This file is part of CosmosJourneyer +// +// Copyright (C) 2024 Barthélemy Paléologue +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + #helmetOverlay { position: absolute; top: 0; diff --git a/src/styles/index.scss b/src/styles/index.scss index e837e0312..9cb2fe950 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -1,3 +1,20 @@ +// This file is part of CosmosJourneyer +// +// Copyright (C) 2024 Barthélemy Paléologue +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + *, *::before, *::after { diff --git a/src/styles/pauseMenu/index.scss b/src/styles/pauseMenu/index.scss index 5a8ae5a95..cbbf2129d 100644 --- a/src/styles/pauseMenu/index.scss +++ b/src/styles/pauseMenu/index.scss @@ -1,3 +1,20 @@ +// This file is part of CosmosJourneyer +// +// Copyright (C) 2024 Barthélemy Paléologue +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + #pauseMask { z-index: 9; position: absolute; diff --git a/src/styles/utils/checkbox.scss b/src/styles/utils/checkbox.scss index db6f89b2f..e6cb15057 100644 --- a/src/styles/utils/checkbox.scss +++ b/src/styles/utils/checkbox.scss @@ -1,3 +1,20 @@ +// This file is part of CosmosJourneyer +// +// Copyright (C) 2024 Barthélemy Paléologue +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + /* Customize the label (the container) */ .container { margin-left: 5px; diff --git a/src/styles/utils/colorPicker.scss b/src/styles/utils/colorPicker.scss index 1ac8c85cd..9a5754900 100644 --- a/src/styles/utils/colorPicker.scss +++ b/src/styles/utils/colorPicker.scss @@ -1,3 +1,20 @@ +// This file is part of CosmosJourneyer +// +// Copyright (C) 2024 Barthélemy Paléologue +// +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . + .colorPickerContainer { p { display: inline-block;