CSS refactoring.
This commit is contained in:
14
assets/styles/configuration/elements/_channel-tabs.scss
Normal file
14
assets/styles/configuration/elements/_channel-tabs.scss
Normal file
@ -0,0 +1,14 @@
|
||||
/*
|
||||
* SPDX-FileCopyrightText: 2024 John Livingston <https://www.john-livingston.fr/>
|
||||
*
|
||||
* SPDX-License-Identifier: AGPL-3.0-only
|
||||
*/
|
||||
|
||||
@use "../../variables";
|
||||
|
||||
livechat-channel-tabs {
|
||||
display: block;
|
||||
|
||||
/* See Peertube sub-menu-h1 mixin */
|
||||
margin-bottom: variables.$sub-menu-margin-bottom;
|
||||
}
|
8
assets/styles/configuration/elements/_index.scss
Normal file
8
assets/styles/configuration/elements/_index.scss
Normal file
@ -0,0 +1,8 @@
|
||||
/*
|
||||
* SPDX-FileCopyrightText: 2024 John Livingston <https://www.john-livingston.fr/>
|
||||
*
|
||||
* SPDX-License-Identifier: AGPL-3.0-only
|
||||
*/
|
||||
|
||||
@use "channel-tabs";
|
||||
@use "section-header";
|
11
assets/styles/configuration/elements/_section-header.scss
Normal file
11
assets/styles/configuration/elements/_section-header.scss
Normal file
@ -0,0 +1,11 @@
|
||||
/*
|
||||
* SPDX-FileCopyrightText: 2024 John Livingston <https://www.john-livingston.fr/>
|
||||
*
|
||||
* SPDX-License-Identifier: AGPL-3.0-only
|
||||
*/
|
||||
|
||||
/* stylelint-disable custom-property-pattern */
|
||||
|
||||
livechat-configuration-section-header {
|
||||
margin-top: 3rem;
|
||||
}
|
Reference in New Issue
Block a user