mirror of
https://github.com/grafana/grafana.git
synced 2024-11-28 11:44:26 -06:00
minor styling changes to gaps, font-size and width
This commit is contained in:
parent
8d8f944a1f
commit
ce440b85fc
@ -29,8 +29,8 @@ export const NamedColorsPalette = ({ color, onChange, theme }: NamedColorsPalett
|
||||
style={{
|
||||
display: 'grid',
|
||||
gridTemplateColumns: 'repeat(3, 1fr)',
|
||||
gridRowGap: '32px',
|
||||
gridColumnGap: '32px',
|
||||
gridRowGap: '24px',
|
||||
gridColumnGap: '24px',
|
||||
}}
|
||||
>
|
||||
{swatches}
|
||||
|
@ -1,6 +1,7 @@
|
||||
$arrowSize: 15px;
|
||||
.ColorPicker {
|
||||
@extend .popper;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.ColorPicker__arrow {
|
||||
@ -128,7 +129,7 @@ $arrowSize: 15px;
|
||||
}
|
||||
|
||||
.ColorPickerPopover__content {
|
||||
width: 360px;
|
||||
width: 336px;
|
||||
padding: 24px;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user