mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-25 15:29:21 +01:00
14 lines
403 B
Plaintext
14 lines
403 B
Plaintext
/**
|
|
* EGroupware: "fancy" theme
|
|
*
|
|
* @link https://www.egroupware.org
|
|
* @license https://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
|
* @package pixelegg
|
|
*/
|
|
@import "pixelegg.less";
|
|
|
|
// overwriting pixelegg.less and Shoelace light theme
|
|
:root, :host, .sl-theme-light {
|
|
--sl-border-radius-medium: 20px;
|
|
--sl-input-border-radius-medium: var(--sl-border-radius-medium);
|
|
} |