ds4/scss/components/shared/_add_button.scss

10 lines
138 B
SCSS
Raw Normal View History

/*
* SPDX-FileCopyrightText: 2021 Johannes Loher
*
* SPDX-License-Identifier: MIT
*/
.ds4-add-button {
2023-07-10 22:23:13 +02:00
padding: 0 calc(1em / 3);
}