mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Two Factor Authentication (first look)
knockoutjs 3.1.0 New icons (archive, buy, filter) Many small fixes.
This commit is contained in:
parent
32aedce2a0
commit
a158164e80
24 changed files with 917 additions and 420 deletions
84
vendors/fontastic/icons-reference.html
vendored
84
vendors/fontastic/icons-reference.html
vendored
|
|
@ -4,7 +4,7 @@
|
|||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||
<title>Font Reference - RainLoop </title>
|
||||
<title>Font Reference - RainLoop</title>
|
||||
<link href="http://fonts.googleapis.com/css?family=Dosis:400,500,700" rel="stylesheet" type="text/css">
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
<style type="text/css">
|
||||
|
|
@ -42,7 +42,7 @@ h2{font-size:18px;padding:0 0 21px 5px;margin:45px 0 0 0;text-transform:uppercas
|
|||
<body>
|
||||
<div class="container">
|
||||
<h1>RainLoop</h1>
|
||||
<p class="small">This font was created with <a href="http://fontastic.me/">Fontastic</a></p>
|
||||
<p class="small">This font was created with<a href="http://fontastic.me/">Fontastic</a></p>
|
||||
<h2>Character mapping</h2>
|
||||
<ul class="glyphs character-mapping">
|
||||
<li>
|
||||
|
|
@ -325,6 +325,14 @@ h2{font-size:18px;padding:0 0 21px 5px;margin:45px 0 0 0;text-transform:uppercas
|
|||
<div data-icon="" class="icon"></div>
|
||||
<input type="text" readonly="readonly" value="&#xe045;">
|
||||
</li>
|
||||
<li>
|
||||
<div data-icon="" class="icon"></div>
|
||||
<input type="text" readonly="readonly" value="&#xe046;">
|
||||
</li>
|
||||
<li>
|
||||
<div data-icon="" class="icon"></div>
|
||||
<input type="text" readonly="readonly" value="&#xe047;">
|
||||
</li>
|
||||
<li>
|
||||
<div data-icon="" class="icon"></div>
|
||||
<input type="text" readonly="readonly" value="&#xe048;">
|
||||
|
|
@ -433,6 +441,10 @@ h2{font-size:18px;padding:0 0 21px 5px;margin:45px 0 0 0;text-transform:uppercas
|
|||
<div data-icon="" class="icon"></div>
|
||||
<input type="text" readonly="readonly" value="&#xe062;">
|
||||
</li>
|
||||
<li>
|
||||
<div data-icon="" class="icon"></div>
|
||||
<input type="text" readonly="readonly" value="&#xe063;">
|
||||
</li>
|
||||
</ul>
|
||||
<h2>CSS mapping</h2>
|
||||
<ul class="glyphs css-mapping">
|
||||
|
|
@ -720,30 +732,6 @@ h2{font-size:18px;padding:0 0 21px 5px;margin:45px 0 0 0;text-transform:uppercas
|
|||
<div class="icon icon-popup"></div>
|
||||
<input type="text" readonly="readonly" value="popup">
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon icon-checkbox-checked"></div>
|
||||
<input type="text" readonly="readonly" value="checkbox-checked">
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon icon-checkbox-unchecked"></div>
|
||||
<input type="text" readonly="readonly" value="checkbox-unchecked">
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon icon-checkbox-partial"></div>
|
||||
<input type="text" readonly="readonly" value="checkbox-partial">
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon icon-radio-checked"></div>
|
||||
<input type="text" readonly="readonly" value="radio-checked">
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon icon-radio-unchecked"></div>
|
||||
<input type="text" readonly="readonly" value="radio-unchecked">
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon icon-google-drive"></div>
|
||||
<input type="text" readonly="readonly" value="google-drive">
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon icon-github"></div>
|
||||
<input type="text" readonly="readonly" value="github">
|
||||
|
|
@ -804,10 +792,6 @@ h2{font-size:18px;padding:0 0 21px 5px;margin:45px 0 0 0;text-transform:uppercas
|
|||
<div class="icon icon-new-sign"></div>
|
||||
<input type="text" readonly="readonly" value="new-sign">
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon icon-spinner"></div>
|
||||
<input type="text" readonly="readonly" value="spinner">
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon icon-users"></div>
|
||||
<input type="text" readonly="readonly" value="users">
|
||||
|
|
@ -824,6 +808,46 @@ h2{font-size:18px;padding:0 0 21px 5px;margin:45px 0 0 0;text-transform:uppercas
|
|||
<div class="icon icon-mail"></div>
|
||||
<input type="text" readonly="readonly" value="mail">
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon icon-checkbox-checked"></div>
|
||||
<input type="text" readonly="readonly" value="checkbox-checked">
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon icon-checkbox-unchecked"></div>
|
||||
<input type="text" readonly="readonly" value="checkbox-unchecked">
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon icon-checkbox-partial"></div>
|
||||
<input type="text" readonly="readonly" value="checkbox-partial">
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon icon-radio-checked"></div>
|
||||
<input type="text" readonly="readonly" value="radio-checked">
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon icon-radio-unchecked"></div>
|
||||
<input type="text" readonly="readonly" value="radio-unchecked">
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon icon-google-drive"></div>
|
||||
<input type="text" readonly="readonly" value="google-drive">
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon icon-spinner"></div>
|
||||
<input type="text" readonly="readonly" value="spinner">
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon icon-archive"></div>
|
||||
<input type="text" readonly="readonly" value="archive">
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon icon-buy-sign"></div>
|
||||
<input type="text" readonly="readonly" value="buy-sign">
|
||||
</li>
|
||||
<li>
|
||||
<div class="icon icon-filter"></div>
|
||||
<input type="text" readonly="readonly" value="filter">
|
||||
</li>
|
||||
</ul>
|
||||
</div><script type="text/javascript">
|
||||
(function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue