12 lines
246 B
SCSS
12 lines
246 B
SCSS
/*
|
|
* 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;
|
|
}
|