peertube-plugin-livechat/assets/styles/elements/_help-button.scss

20 lines
335 B
SCSS
Raw Normal View History

2024-06-14 15:31:35 +00:00
/*
* SPDX-FileCopyrightText: 2024 John Livingston <https://www.john-livingston.fr/>
*
* SPDX-License-Identifier: AGPL-3.0-only
*/
livechat-help-button {
a {
height: 18px !important;
margin: 2px !important;
padding: 1px !important;
vertical-align: middle;
}
svg {
display: block;
height: auto;
}
}