-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(fonticons): update details and demos related to font icons
- Loading branch information
Showing
12 changed files
with
2,317 additions
and
1,186 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
172 changes: 97 additions & 75 deletions
172
docs/styling/examples/icons/alerts-n-notifications/main.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,92 +1,114 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<link | ||
rel="stylesheet" | ||
href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" | ||
integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" | ||
crossorigin="anonymous" | ||
/> | ||
<link | ||
rel="stylesheet" | ||
href="https://unpkg.com/@progress/kendo-theme-default@latest/dist/all.css" | ||
/> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossOrigin="anonymous"/> | ||
<link rel="stylesheet" href="https://unpkg.com/@progress/kendo-theme-default@latest/dist/all.css" /> | ||
|
||
<style> | ||
.WebComponentsIcons { | ||
list-style: none; | ||
margin: 0; | ||
padding: 0; | ||
} | ||
.WebComponentsIcons { | ||
list-style: none; | ||
margin: 0; | ||
padding: 0; | ||
} | ||
|
||
.WebComponentsIcons::after { | ||
content: ""; | ||
display: block; | ||
clear: both; | ||
height: 0; | ||
line-height: 0; | ||
} | ||
.WebComponentsIcons::after { | ||
content: ""; | ||
display: block; | ||
clear: both; | ||
height: 0; | ||
line-height: 0; | ||
} | ||
|
||
.WebComponentsIcons li { | ||
margin: 10px; | ||
padding: 10px; | ||
display: block; | ||
float: left; | ||
vertical-align: top; | ||
text-align: center; | ||
width: 160px; | ||
height: 92px; | ||
font-size: 12px; | ||
line-height: 1em; | ||
font-weight: 300; | ||
color: #999; | ||
} | ||
.WebComponentsIcons li { | ||
margin: 10px; | ||
padding: 10px; | ||
display: block; | ||
float: left; | ||
vertical-align: top; | ||
text-align: center; | ||
width: 160px; | ||
height: 92px; | ||
font-size: 12px; | ||
line-height: 1em; | ||
font-weight: 300; | ||
color: #999; | ||
} | ||
|
||
.WebComponentsIcons li:before { | ||
display: none; | ||
} | ||
.WebComponentsIcons li:before { | ||
display: none; | ||
} | ||
|
||
.WebComponentsIcons .k-icon { | ||
display: block; | ||
clear: both; | ||
margin: 0 auto 10px; | ||
color: #656565; | ||
font-size: 32px; | ||
} | ||
.WebComponentsIcons .k-icon.k-font-icon { | ||
display: block; | ||
clear: both; | ||
margin: 0 auto 10px; | ||
color: #656565; | ||
font-size: 32px; | ||
} | ||
|
||
.obsolete-classes { | ||
width: 100%; | ||
max-width: 900px; | ||
text-align: left; | ||
border-collapse: collapse; | ||
} | ||
.obsolete-classes { | ||
width: 100%; | ||
max-width: 900px; | ||
text-align: left; | ||
border-collapse: collapse; | ||
} | ||
|
||
.obsolete-classes th, | ||
.obsolete-classes td { | ||
padding: 10px 0; | ||
border-bottom: 1px solid #ececec; | ||
} | ||
.obsolete-classes th, | ||
.obsolete-classes td { | ||
padding: 10px 0; | ||
border-bottom: 1px solid #ececec; | ||
} | ||
|
||
.obsolete-classes th { | ||
padding: 0 0 5px; | ||
} | ||
.obsolete-classes th { | ||
padding: 0 0 5px; | ||
} | ||
|
||
.old-class { | ||
color: #f31700; | ||
} | ||
.old-class { | ||
color: #f31700; | ||
} | ||
|
||
.new-class { | ||
color: #5ec232; | ||
} | ||
.new-class { | ||
color: #5ec232; | ||
} | ||
|
||
.ref-icon { | ||
width: 60px; | ||
} | ||
.ref-icon { | ||
width: 60px; | ||
} | ||
</style> | ||
</head> | ||
</head> | ||
|
||
<body> | ||
<body> | ||
<ul class="WebComponentsIcons"> | ||
<li><span class="k-icon k-i-notification"></span> .k-i-notification<br /> .k-i-bell</li> | ||
<li><span class="k-icon k-i-information"></span> .k-i-information<br /> .k-i-info</li> | ||
<li><span class="k-icon k-i-question"></span> .k-i-question<br /> .k-i-help</li> | ||
<li><span class="k-icon k-i-warning"></span> .k-i-warning<br /> .k-i-exception<br /> .k-i-error</li> | ||
</ul> | ||
</body> | ||
|
||
</html> | ||
<li> | ||
<span class="k-icon k-font-icon k-i-notification"></span> | ||
.k-i-notification<br /> | ||
.k-i-bell | ||
</li> | ||
<li> | ||
<span class="k-icon k-font-icon k-i-information"></span> | ||
.k-i-information<br /> | ||
.k-i-info | ||
</li> | ||
<li> | ||
<span class="k-icon k-font-icon k-i-question"></span> | ||
.k-i-question<br /> | ||
.k-i-help | ||
</li> | ||
<li> | ||
<span class="k-icon k-font-icon k-i-warning"></span> .k-i-warning<br /> | ||
.k-i-exception<br /> | ||
.k-i-error | ||
</li> | ||
</ul> | ||
</body> | ||
</html> |
Oops, something went wrong.