feat: snjs app groups (#468)
* feat: snjs app groups * fix: update snjs version to point to wip commit * wip: account switcher * feat: rename lock manager to auto lock service * fix: more relevant sign out copy * chore(deps): update snjs * fix: use setTimeout instead of setImmediate * feat: make account switcher expiremental feature * chore(deps): upgrade snjs
This commit is contained in:
@@ -12,22 +12,30 @@
|
||||
Modified icons to fit ionicon’s grid from original.
|
||||
*/
|
||||
@font-face {
|
||||
font-family: "Ionicons";
|
||||
src: url("../fonts/ionicons.eot?v=2.0.0");
|
||||
src: url("../fonts/ionicons.eot?v=2.0.1#iefix") format("embedded-opentype"),
|
||||
url("../fonts/ionicons.ttf?v=2.0.1") format("truetype"),
|
||||
url("../fonts/ionicons.woff?v=2.0.1") format("woff"),
|
||||
url("../fonts/ionicons.svg?v=2.0.1#Ionicons") format("svg");
|
||||
font-family: 'Ionicons';
|
||||
src: url('../fonts/ionicons.eot?v=2.0.0');
|
||||
src: url('../fonts/ionicons.eot?v=2.0.1#iefix') format('embedded-opentype'),
|
||||
url('../fonts/ionicons.ttf?v=2.0.1') format('truetype'),
|
||||
url('../fonts/ionicons.woff?v=2.0.1') format('woff'),
|
||||
url('../fonts/ionicons.svg?v=2.0.1#Ionicons') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
.ionicon-fill-none {
|
||||
fill: none;
|
||||
}
|
||||
.ionicon-stroke-width {
|
||||
stroke-width: 32px;
|
||||
}
|
||||
|
||||
|
||||
.ion,
|
||||
.ionicons,
|
||||
.ion-locked:before,
|
||||
.ion-plus:before {
|
||||
display: inline-block;
|
||||
font-family: "Ionicons";
|
||||
font-family: 'Ionicons';
|
||||
speak: none;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
@@ -41,11 +49,11 @@
|
||||
}
|
||||
|
||||
.ion-locked:before {
|
||||
content: "\f200";
|
||||
content: '\f200';
|
||||
}
|
||||
|
||||
.ion-plus:before {
|
||||
content: "\f218";
|
||||
content: '\f218';
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=ionicons.css.map */
|
||||
|
||||
Reference in New Issue
Block a user