Skip to content

Commit

Permalink
chore(assets): Update styling from server
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
nextcloud-command authored Jun 15, 2024
1 parent a825b9a commit d3e0b70
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions styleguide/assets/default.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
/**
* SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
/** SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors */
/** SPDX-License-Identifier: AGPL-3.0-or-later */
:root {
--color-main-background: #ffffff;
--color-main-background-rgb: 255,255,255;
Expand Down Expand Up @@ -60,9 +58,11 @@
--border-radius-large: 10px;
--border-radius-rounded: 28px;
/* Border radius of interactive elements such as buttons, input, navigation and list items. Available since Nextcloud 30. */
--border-radius-element: 10px;
--border-radius-element: 8px;
--border-radius-pill: 100px;
--default-clickable-area: 44px;
--default-clickable-area: 34px;
--clickable-area-large: 48px;
--clickable-area-small: 24px;
--default-line-height: 24px;
--default-grid-baseline: 4px;
--header-height: 50px;
Expand Down

0 comments on commit d3e0b70

Please sign in to comment.