mirror of
https://github.com/strapi/strapi.git
synced 2025-08-08 08:46:42 +00:00
Shrink marketplace cards padding
This commit is contained in:
parent
81f2f2f16f
commit
fd47984abf
@ -46,9 +46,9 @@ const PluginCard = ({ plugin, installedPluginNames, useYarn, isInDevelopmentMode
|
|||||||
direction="column"
|
direction="column"
|
||||||
justifyContent="space-between"
|
justifyContent="space-between"
|
||||||
paddingTop={4}
|
paddingTop={4}
|
||||||
paddingRight={6}
|
paddingRight={4}
|
||||||
paddingBottom={4}
|
paddingBottom={4}
|
||||||
paddingLeft={6}
|
paddingLeft={4}
|
||||||
hasRadius
|
hasRadius
|
||||||
background="neutral0"
|
background="neutral0"
|
||||||
shadow="tableShadow"
|
shadow="tableShadow"
|
||||||
|
@ -252,9 +252,9 @@ describe('Marketplace page', () => {
|
|||||||
.c30 {
|
.c30 {
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
padding-top: 16px;
|
padding-top: 16px;
|
||||||
padding-right: 24px;
|
padding-right: 16px;
|
||||||
padding-bottom: 16px;
|
padding-bottom: 16px;
|
||||||
padding-left: 24px;
|
padding-left: 16px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
box-shadow: 0px 1px 4px rgba(33,33,52,0.1);
|
box-shadow: 0px 1px 4px rgba(33,33,52,0.1);
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user