Skip to content
Snippets Groups Projects
Commit dd25e3fd authored by Imre Toth's avatar Imre Toth
Browse files

Merge branch 'ICSHWI-10708_Modifying_fonts' into 'develop'

Icshwi 10708 modifying fonts

See merge request !227
parents 6e1c652a 60753452
No related branches found
No related tags found
2 merge requests!270Merging develop branch to master in order to create RC,!227Icshwi 10708 modifying fonts
Pipeline #124106 passed
...@@ -13,6 +13,7 @@ const useStyles = makeStyles((theme) => ({ ...@@ -13,6 +13,7 @@ const useStyles = makeStyles((theme) => ({
maxHeight: "500px", maxHeight: "500px",
width: "100%", width: "100%",
color: "white", color: "white",
fontSize: '0.8rem'
}, },
dialogOutput: { dialogOutput: {
backgroundColor:"black", backgroundColor:"black",
......
...@@ -32,17 +32,30 @@ ...@@ -32,17 +32,30 @@
.ccce-custom-table .p-ccce-custom-table .p-column-title { .ccce-custom-table .p-ccce-custom-table .p-column-title {
font-family: 'Segoe UI', 'Roboto', 'Noto Sans'; font-family: 'Segoe UI', 'Roboto', 'Noto Sans';
font-weight: 600; font-weight: 600;
font-size: 0.875rem;
} }
.ccce-custom-table .p-ccce-custom-table .p-datatable-tbody { .ccce-custom-table .p-ccce-custom-table .p-datatable-tbody {
font-family: 'Segoe UI', 'Roboto', 'Noto Sans'; font-family: 'Segoe UI', 'Roboto', 'Noto Sans';
font-size: 0.875rem;
} }
.ccce-custom-table .p-ccce-custom-table .p-datatable-tbody .MuiTypography-body1 {
font-size: 0.875rem;
}
.ccce-custom-table .p-ccce-custom-table .p-paginator { .ccce-custom-table .p-ccce-custom-table .p-paginator {
font-family: 'Segoe UI', 'Roboto', 'Noto Sans'; font-family: 'Segoe UI', 'Roboto', 'Noto Sans';
font-size: 0.875rem;
}
.ccce-custom-table .p-ccce-custom-table .p-paginator .p-link {
font-size: 0.875rem;
}
.ccce-custom-table .p-ccce-custom-table .p-paginator .p-dropdown-label {
font-size: 0.875rem;
} }
.ccce-custom-table .p-ccce-custom-table .p-datatable-tbody > tr.inconsistentState { .ccce-custom-table .p-ccce-custom-table .p-datatable-tbody > tr.inconsistentState {
......
...@@ -9,7 +9,7 @@ export const theme = createMuiTheme({ ...@@ -9,7 +9,7 @@ export const theme = createMuiTheme({
overrides: { overrides: {
MuiTooltip: { MuiTooltip: {
tooltip: { tooltip: {
fontSize: 15, fontSize: '0.875rem',
backgroundColor: "#707070ff", backgroundColor: "#707070ff",
}, },
}, },
...@@ -25,6 +25,16 @@ export const theme = createMuiTheme({ ...@@ -25,6 +25,16 @@ export const theme = createMuiTheme({
} }
}, },
}, },
MuiInputBase: {
root: {
fontSize: '0.875rem'
}
},
MuiTypography: {
body1: {
fontSize: '0.875rem'
}
},
}, },
props: { MuiWithWidth: { initialWidth: 'lg' } }, props: { MuiWithWidth: { initialWidth: 'lg' } },
drawer: { drawer: {
...@@ -60,14 +70,14 @@ export const theme = createMuiTheme({ ...@@ -60,14 +70,14 @@ export const theme = createMuiTheme({
'"Segoe UI Emoji"', '"Segoe UI Emoji"',
'"Segoe UI Symbol"', '"Segoe UI Symbol"',
'"Noto Color Emoji"', '"Noto Color Emoji"',
].join(','), ].join(','),
h1: { h1: {
fontFamily: 'Titillium Web, sans-serif', fontFamily: 'Titillium Web, sans-serif',
[breakpoints.down('md')]: { [breakpoints.down('md')]: {
fontSize: 18, fontSize: '0.98rem',
}, },
[breakpoints.up('md')]: { [breakpoints.up('md')]: {
fontSize: 24, fontSize: '1.31rem',
}, },
}, },
h2: { h2: {
...@@ -77,10 +87,10 @@ export const theme = createMuiTheme({ ...@@ -77,10 +87,10 @@ export const theme = createMuiTheme({
'Noto Sans', 'Noto Sans',
].join(','), ].join(','),
[breakpoints.down('md')]: { [breakpoints.down('md')]: {
fontSize: 25, fontSize: '1.3rem',
}, },
[breakpoints.up('md')]: { [breakpoints.up('md')]: {
fontSize: 34, fontSize: '1.7rem',
}, },
fontWeight: 600, fontWeight: 600,
}, },
...@@ -91,10 +101,10 @@ export const theme = createMuiTheme({ ...@@ -91,10 +101,10 @@ export const theme = createMuiTheme({
'Noto Sans', 'Noto Sans',
].join(','), ].join(','),
[breakpoints.down('md')]: { [breakpoints.down('md')]: {
fontSize: 23, fontSize: '1.25rem',
}, },
[breakpoints.up('md')]: { [breakpoints.up('md')]: {
fontSize: 32, fontSize: '1.75rem',
}, },
fontWeight: 600, fontWeight: 600,
}, },
...@@ -105,10 +115,10 @@ export const theme = createMuiTheme({ ...@@ -105,10 +115,10 @@ export const theme = createMuiTheme({
'Noto Sans', 'Noto Sans',
].join(','), ].join(','),
[breakpoints.down('md')]: { [breakpoints.down('md')]: {
fontSize: 18, fontSize: '0,98rem',
}, },
[breakpoints.up('md')]: { [breakpoints.up('md')]: {
fontSize: 20, fontSize: '1.09rem',
}, },
fontWeight: 600, fontWeight: 600,
}, },
...@@ -119,10 +129,10 @@ export const theme = createMuiTheme({ ...@@ -119,10 +129,10 @@ export const theme = createMuiTheme({
'Noto Sans', 'Noto Sans',
].join(','), ].join(','),
[breakpoints.down('md')]: { [breakpoints.down('md')]: {
fontSize: 15, fontSize: '0.98rem',
}, },
[breakpoints.up('md')]: { [breakpoints.up('md')]: {
fontSize: 16, fontSize: '0.875rem',
}, },
fontWeight: 600, fontWeight: 600,
}, },
...@@ -133,10 +143,10 @@ export const theme = createMuiTheme({ ...@@ -133,10 +143,10 @@ export const theme = createMuiTheme({
'Noto Sans', 'Noto Sans',
].join(','), ].join(','),
[breakpoints.down('md')]: { [breakpoints.down('md')]: {
fontSize: 14, fontSize: '0.765rem',
}, },
[breakpoints.up('md')]: { [breakpoints.up('md')]: {
fontSize: 16, fontSize: '0.875rem',
}, },
fontWeight: 600, fontWeight: 600,
}, },
...@@ -147,10 +157,10 @@ export const theme = createMuiTheme({ ...@@ -147,10 +157,10 @@ export const theme = createMuiTheme({
'Noto Sans', 'Noto Sans',
].join(','), ].join(','),
[breakpoints.down('md')]: { [breakpoints.down('md')]: {
fontSize: 12, fontSize: '0.656rem',
}, },
[breakpoints.up('md')]: { [breakpoints.up('md')]: {
fontSize: 16, fontSize: '0.875rem',
}, },
fontWeight: 600, fontWeight: 600,
}, },
...@@ -161,11 +171,11 @@ export const theme = createMuiTheme({ ...@@ -161,11 +171,11 @@ export const theme = createMuiTheme({
'Noto Sans', 'Noto Sans',
].join(','), ].join(','),
[breakpoints.down('md')]: { [breakpoints.down('md')]: {
fontSize: 14, fontSize: '0.765rem !important',
fontWeight: 600, fontWeight: 600,
}, },
[breakpoints.down('md')]: { [breakpoints.down('md')]: {
fontSize: 16, fontSize: '0.875rem !important',
}, },
}, },
button: { button: {
...@@ -175,16 +185,16 @@ export const theme = createMuiTheme({ ...@@ -175,16 +185,16 @@ export const theme = createMuiTheme({
'Noto Sans', 'Noto Sans',
].join(','), ].join(','),
[breakpoints.down('md')]: { [breakpoints.down('md')]: {
fontSize: 12, fontSize: '0,656rem',
}, },
[breakpoints.up('md')]: { [breakpoints.up('md')]: {
fontSize: 14, fontSize: '0,765rem',
}, },
fontWeight: 500, fontWeight: 500,
} }
}, },
'cccecustomtable': { 'cccecustomtable': {
fontSize: 14, fontSize: '0.765rem',
}, },
infoBadge: { infoBadge: {
bgColor: '#ececec' bgColor: '#ececec'
......
import React, { useEffect } from "react"; import React, { useEffect } from "react";
import { Paper, Grid, useTheme, makeStyles, LinearProgress } from "@material-ui/core"; import { Paper, Grid, useTheme, makeStyles, LinearProgress, Typography } from "@material-ui/core";
import { useStatistics } from "../../api/SwaggerApi"; import { useStatistics } from "../../api/SwaggerApi";
import { useGlobalAppBar } from "../../components/navigation/GlobalAppBar/GlobalAppBar"; import { useGlobalAppBar } from "../../components/navigation/GlobalAppBar/GlobalAppBar";
import { RootContainer } from "../../components/common/Container/RootContainer"; import { RootContainer } from "../../components/common/Container/RootContainer";
...@@ -54,7 +54,9 @@ export function StatisticsView() { ...@@ -54,7 +54,9 @@ export function StatisticsView() {
<RootContainer> <RootContainer>
<Grid container direction="column" spacing={theme.spacing(0.5)}> <Grid container direction="column" spacing={theme.spacing(0.5)}>
<Grid item xs={12}> <Grid item xs={12}>
<h2>Statistics</h2> <Typography variant="h2">
Statistics
</Typography>
</Grid> </Grid>
{statistics ? {statistics ?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment