mirror of
https://github.com/strapi/strapi.git
synced 2025-12-27 07:03:38 +00:00
Merge pull request #11576 from strapi/typography-up-advanced-settings
[DS] Typography in Users&Permissions/ Advanced settings
This commit is contained in:
commit
9bd28ed463
@ -20,7 +20,7 @@ import { Button } from '@strapi/design-system/Button';
|
||||
import { Box } from '@strapi/design-system/Box';
|
||||
import { Stack } from '@strapi/design-system/Stack';
|
||||
import { Select, Option } from '@strapi/design-system/Select';
|
||||
import { H3 } from '@strapi/design-system/Text';
|
||||
import { Typography } from '@strapi/design-system/Typography';
|
||||
import { Grid, GridItem } from '@strapi/design-system/Grid';
|
||||
import Check from '@strapi/icons/Check';
|
||||
import pluginPermissions from '../../permissions';
|
||||
@ -169,12 +169,12 @@ const AdvancedSettingsPage = () => {
|
||||
paddingRight={7}
|
||||
>
|
||||
<Stack size={4}>
|
||||
<H3>
|
||||
<Typography variant="delta" as="h2">
|
||||
{formatMessage({
|
||||
id: getTrad('Form.title.advancedSettings'),
|
||||
defaultMessage: 'Settings',
|
||||
})}
|
||||
</H3>
|
||||
</Typography>
|
||||
<Grid gap={6}>
|
||||
<GridItem col={6} s={12}>
|
||||
<Select
|
||||
|
||||
@ -663,6 +663,13 @@ describe('ADMIN | Pages | Settings | Advanced Settings', () => {
|
||||
width: fit-content;
|
||||
}
|
||||
|
||||
.c16 {
|
||||
color: #32324d;
|
||||
font-weight: 500;
|
||||
font-size: 1rem;
|
||||
line-height: 1.25;
|
||||
}
|
||||
|
||||
.c0 {
|
||||
outline: none;
|
||||
}
|
||||
@ -725,13 +732,6 @@ describe('ADMIN | Pages | Settings | Advanced Settings', () => {
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
.c16 {
|
||||
font-weight: 500;
|
||||
font-size: 1rem;
|
||||
line-height: 1.25;
|
||||
color: #32324d;
|
||||
}
|
||||
|
||||
.c17 {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(12,1fr);
|
||||
@ -859,11 +859,11 @@ describe('ADMIN | Pages | Settings | Advanced Settings', () => {
|
||||
<div
|
||||
class="c15"
|
||||
>
|
||||
<h3
|
||||
<h2
|
||||
class="c16"
|
||||
>
|
||||
Settings
|
||||
</h3>
|
||||
</h2>
|
||||
<div
|
||||
class="c17"
|
||||
>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user