mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2025-08-02 08:43:15 +00:00
20 lines
355 B
SCSS
20 lines
355 B
SCSS
/*
|
|
* Copyright (C) 2022 Aravinth Manivannan <realaravinth@batsense.net>
|
|
* SPDX-FileCopyrightText: 2023 Aravinth Manivannan <realaravinth@batsense.net>
|
|
*
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*/
|
|
|
|
.taskbar__action:first-child {
|
|
margin-left: 20px;
|
|
}
|
|
|
|
.taskbar__spacer {
|
|
display: none;
|
|
}
|
|
|
|
.taskbar__icon {
|
|
width: 1rem;
|
|
margin: auto 5px;
|
|
}
|