Skip to content

Commit 2b60b44

Browse files
committed
feat(sitio): actualiza demo SAP-UI5
1 parent 8e1c718 commit 2b60b44

43 files changed

Lines changed: 33 additions & 17 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

dist/styles.css.map

Lines changed: 0 additions & 1 deletion
This file was deleted.
File renamed without changes.
Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,26 @@
11
:root {
2-
--fontFamily: Arial, Helvetica, sans-serif;
2+
--fontFamily: 'Roboto', 'Source Sans Pro', sans-serif;
33
--primary: #0055A6;
44
--secondary: #009BDB;
55
--tertiary: #EE6436;
66
--fontSize: 1.75rem;
77
--panelGap: 1rem;
88
}
99

10-
body {
11-
font-family: var(--fontFamily);
10+
html, body, main {
11+
font-family: var(--fontFamily)!important;
12+
overflow-x: hidden;
13+
}
14+
15+
16+
.sapMTitle, .sapMLabel {
17+
font-family: var(--fontFamily)!important;
1218
}
1319

1420
.sidepanel__subtitle {
21+
font-family: var(--fontFamily)!important;
1522
font-size: 20px!important;
16-
font-weight: lighter!important;
23+
font-weight: light!important;
1724
}
1825

1926
.kpi__container {
@@ -40,7 +47,7 @@ body {
4047

4148
@media screen and (max-width: 780px) {
4249
.kpi__count {
43-
--fontSize: 1rem;
50+
--fontSize: 1.35rem;
4451
font-size: var(--fontSize)!important;
4552
}
4653
}
File renamed without changes.

0 commit comments

Comments
 (0)