mirror of
https://github.com/LibreSign/libresign.git
synced 2025-12-17 21:12:16 +01:00
16 lines
380 B
SCSS
16 lines
380 B
SCSS
/*!
|
|
* SPDX-FileCopyrightText: 2020-2024 LibreCode coop and contributors
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*/
|
|
@import 'table';
|
|
@import 'modal-mods';
|
|
|
|
.flex{display: flex;}
|
|
|
|
.is-fullwidth{width: 100%;}
|
|
|
|
.button.is-warning{
|
|
background-color: var(--color-warning, #eca700);
|
|
border-color: var(--color-warning-hover, #f0b933);
|
|
color: var(--color-primary-text, #fff)
|
|
}
|