-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathstyles.css
81 lines (71 loc) · 1.89 KB
/
styles.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
.extension-body {
display: flex;
height: 100%;
flex-direction: row;
justify-content: flex-start;
overflow: hidden;
}
.extension-main {
flex-direction: column;
align-items: center;
flex-grow: 2;
}
.extension-nav {
background-color: white;
overflow-y: auto;
overflow-x: hidden;
width: 250px;
height: calc(100vh - 48px);
}
.section-hidden {
display: none;
}
.section-shown {
display: block;
}
.fd-nested-list__title:first-child {
padding-left: 2.75rem !important;
}
@font-face {
font-family: "72";
src: url("https://unpkg.com/@sap-theming/theming-base-content/content/Base/baseLib/sap_base_fiori/fonts/72-Regular-full.woff")
format("woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "72";
src: url("https://unpkg.com/@sap-theming/theming-base-content/content/Base/baseLib/sap_base_fiori/fonts/72-Bold-full.woff")
format("woff");
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: "72";
src: url("https://unpkg.com/@sap-theming/theming-base-content/content/Base/baseLib/sap_base_fiori/fonts/72-Light-full.woff")
format("woff");
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: "SAP-icons";
src: url("https://unpkg.com/@sap-theming/theming-base-content/content/Base/baseLib/sap_fiori_3/fonts/SAP-icons.woff")
format("woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'BusinessSuiteInAppSymbols';
src: url('https://unpkg.com/@sap-theming/theming-base-content/content/Base/baseLib/sap_fiori_3/fonts/BusinessSuiteInAppSymbols.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'SAP-icons-TNT';
src: url('https://unpkg.com/@sap-theming/theming-base-content/content/Base/baseLib/sap_fiori_3/fonts/SAP-icons-TNT.woff') format('woff');
font-weight: normal;
font-style: normal;
}
html {
font-size: 16px;
}