-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathindex.html
98 lines (82 loc) · 4.88 KB
/
index.html
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!-- saved from url=(0099)file:///C:/Users/Denis/Documents/Durham%20OPS%20Staging%20-%20Action%20Plan%20-%20All%20Items3.html -->
<html lang="en-US" dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>SharePoint Online CSS Classes 🚀 </title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<script type="text/javascript">
(function (c, l, a, r, i, t, y) {
c[a] = c[a] || function () {
(c[a].q = c[a].q || []).push(arguments)
};
t = l.createElement(r);
t.async = 1;
t.src = "https://www.clarity.ms/tag/" + i;
y = l.getElementsByTagName(r)[0];
y.parentNode.insertBefore(t, y);
})(window, document, "clarity", "script", "lpcik7u7bb");
</script>
<script src="main.js?ver=1"></script>
<link rel="stylesheet" href="style.css?ver=2">
<link rel="stylesheet" href="sp-styles.css?ver=2">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body class="ms-Fabric--isFocusHidden" style="margin: 0; padding: 0">
<div style="height: 100%; width: 100%">
<div id="spoAppComponent">
<div id="appRoot" class="SPOApp xxxxlg od--isNonMobile isNotFluent">
<div class="Files sp-App-root has-footer is-active od-userSelect-enabled"
data-automationid="main-app-container">
<div class="os-Files-extensionPlaceHolder" data-sp-placeholder="DialogContainer"></div>
<div class="sp-App-body">
<div class="sp-App-bodyMain">
<div class="os-Files-extensionPlaceHolder" data-sp-placeholder="Top"></div>
<div class="Files-main">
<div class="Files-mainColumn">
<div class="sp-App--hasLeftNav"></div>
<div style="overflow-y: scroll; width:100%; overflow-x: hidden;"
class="my-container">
<div class="header">
<img src="img/sharepoint.svg" height="100" class="sp-logo"> </img>
<span class="title">SharePoint Online CSS Classes</span>
<p class="caption">CSS classes to be used in JSON column formatters and
SharePoint Framework solutions.
<br />
These CSS classes are used by the modern
SharePoint UI. Here you can see a preview of every CSS class
</p>
<div class="report-issue">
<a href="https://github.com/Zerg00s/sp-modern-classes/issues"
title="Report an Issue">😕 Report an Issue; 🤓 Suggest an Improvement </a>
</div>
</div>
<table class="classes">
<tbody id="classes-body">
</tbody>
</table>
<footer>
<div class="container">
<a class="footer-social-icon"
href="https://github.com/Zerg00s/sp-modern-classes" title="Github">
<img src="img/github.png" height="50"> </img>
</a>
<a class="footer-social-icon" href="https://twitter.com/Zerg00s"
title="Twitter"> <img src="img/twitter.png" height="50"> </img></a>
</div>
<div class="container" style="margin-top: 20px;">
By Denis Molodtsov with ♥
</div>
</footer>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>