Skip to content

Commit 191ae0b

Browse files
authored
Merge pull request #52 from SimplyEdit/feature/simply-toolbar
Updated toolbar
2 parents eb12311 + 479c4b6 commit 191ae0b

File tree

32 files changed

+2840
-233
lines changed

32 files changed

+2840
-233
lines changed
16.1 KB
Binary file not shown.

www/api/data/assets/img/feather-sprite.svg

Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<style>
2+
@font-face {
3+
font-family: 'Cocon';
4+
font-style: normal;
5+
font-weight: 500;
6+
src: local('Cocon'), url('/assets/fonts/CoconRegularFont.woff') format('woff');
7+
}
8+
</style>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"id":"font-cocon","description":""}

www/api/data/base-components/toasts/bodyHtml/Toast styles.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,7 @@
33
position: relative;
44
z-index: 101;
55
}
6-
</style>
6+
.simply-toasts:has(.simply-empty) {
7+
display: none;
8+
}
9+
</style>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans:400,400i,700,700i');

0 commit comments

Comments
 (0)