mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
added two new variables in default theme for panel padding, replaced panelhorizontalpadding and variables.panelverticalpadding with new variables
This commit is contained in:
@@ -251,8 +251,3 @@ $external-services: (
|
||||
icon: '',
|
||||
),
|
||||
) !default;
|
||||
|
||||
:export {
|
||||
panelhorizontalpadding: $panel-horizontal-padding;
|
||||
panelverticalpadding: $panel-vertical-padding;
|
||||
}
|
||||
|
||||
8
public/sass/_variables.generated.scss.d.ts
vendored
8
public/sass/_variables.generated.scss.d.ts
vendored
@@ -1,8 +0,0 @@
|
||||
export interface GrafanaVariables {
|
||||
panelhorizontalpadding: number;
|
||||
panelverticalpadding: number;
|
||||
}
|
||||
|
||||
declare const variables: GrafanaVariables;
|
||||
|
||||
export default variables;
|
||||
Reference in New Issue
Block a user