matcha-theme 1.0.9 → 1.0.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/abstracts/_functions.scss +3 -3
- package/abstracts/_grid.scss +9 -1
- package/abstracts/_typography.scss +4 -20
- package/base/_typography.scss +10 -5
- package/components/matcha-header.scss +2 -1
- package/components/matcha-horizontal-tree.scss +4 -2
- package/components/matcha-table.scss +2 -1
- package/fonts/CircularStd-Black.eot +0 -0
- package/fonts/CircularStd-Black.svg +3426 -0
- package/fonts/CircularStd-Black.ttf +0 -0
- package/fonts/CircularStd-Black.woff +0 -0
- package/fonts/CircularStd-Black.woff2 +0 -0
- package/fonts/CircularStd-Regular.eot +0 -0
- package/fonts/CircularStd-Regular.otf +0 -0
- package/fonts/CircularStd-Regular.svg +2375 -5559
- package/fonts/CircularStd-Regular.ttf +0 -0
- package/fonts/CircularStd-Regular.woff +0 -0
- package/fonts/CircularStd-Regular.woff2 +0 -0
- package/main.scss +12 -1
- package/package.json +1 -1
- package/vendors/angular-material-fixes.scss +2 -1
- package/vendors/calendar.scss +8 -4
- package/components/matcha-icons.scss +0 -11
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/main.scss
CHANGED
|
@@ -33,7 +33,6 @@
|
|
|
33
33
|
@import "./components/matcha-draggable.scss"; // matcha-draggable-theme($theme)
|
|
34
34
|
@import "./components/matcha-header.scss"; // matcha-header-theme($theme)
|
|
35
35
|
@import "./components/matcha-horizontal-tree.scss"; // matcha-horizontal-tree-theme($theme)
|
|
36
|
-
@import "./components/matcha-icons.scss";
|
|
37
36
|
@import "./components/matcha-progress-bar.scss"; // matcha-progress-bar-theme($theme)
|
|
38
37
|
@import "./components/matcha-scrollbar.scss"; // matcha-scrollbar-theme($theme)
|
|
39
38
|
@import "./components/matcha-scrollbox-shadow.scss"; // matcha-scrollbox-shadow-theme($theme)
|
|
@@ -83,6 +82,18 @@
|
|
|
83
82
|
font-weight: 700;
|
|
84
83
|
font-style: normal;
|
|
85
84
|
}
|
|
85
|
+
|
|
86
|
+
@font-face {
|
|
87
|
+
font-family: "CircularStd";
|
|
88
|
+
src: url("fonts/CircularStd-Black.eot");
|
|
89
|
+
src:
|
|
90
|
+
local("☺"),
|
|
91
|
+
url("fonts/CircularStd-Black.woff") format("woff"),
|
|
92
|
+
url("fonts/CircularStd-Black.ttf") format("truetype"),
|
|
93
|
+
url("fonts/CircularStd-Black.svg") format("svg");
|
|
94
|
+
font-weight: 900;
|
|
95
|
+
font-style: normal;
|
|
96
|
+
}
|
|
86
97
|
// -------------------------------------------------------------------------------------------------------------------
|
|
87
98
|
// @ CORE - Mixins and Includes
|
|
88
99
|
// -------------------------------------------------------------------------------------------------------------------
|
package/package.json
CHANGED
package/vendors/calendar.scss
CHANGED
|
@@ -2104,7 +2104,8 @@ Docs & License: https://fullcalendar.io/
|
|
|
2104
2104
|
|
|
2105
2105
|
.cal-header {
|
|
2106
2106
|
text-align: center;
|
|
2107
|
-
font-family: "CircularStd
|
|
2107
|
+
font-family: "CircularStd";
|
|
2108
|
+
font-weight: 700;
|
|
2108
2109
|
|
|
2109
2110
|
.cal-cell {
|
|
2110
2111
|
padding: 5px 0;
|
|
@@ -2172,7 +2173,8 @@ Docs & License: https://fullcalendar.io/
|
|
|
2172
2173
|
min-width: 10px;
|
|
2173
2174
|
padding: 3px 7px;
|
|
2174
2175
|
font-size: 12px;
|
|
2175
|
-
font-family: "CircularStd
|
|
2176
|
+
font-family: "CircularStd";
|
|
2177
|
+
font-weight: 700;
|
|
2176
2178
|
line-height: 1;
|
|
2177
2179
|
text-align: center;
|
|
2178
2180
|
white-space: nowrap;
|
|
@@ -2543,7 +2545,8 @@ Docs & License: https://fullcalendar.io/
|
|
|
2543
2545
|
}
|
|
2544
2546
|
|
|
2545
2547
|
.cal-week-view .cal-time {
|
|
2546
|
-
font-family: "CircularStd
|
|
2548
|
+
font-family: "CircularStd";
|
|
2549
|
+
font-weight: 700;
|
|
2547
2550
|
padding-top: 5px;
|
|
2548
2551
|
width: 70px;
|
|
2549
2552
|
text-align: center;
|
|
@@ -2658,7 +2661,8 @@ Docs & License: https://fullcalendar.io/
|
|
|
2658
2661
|
}
|
|
2659
2662
|
|
|
2660
2663
|
.cal-day-view .cal-time {
|
|
2661
|
-
font-family: "CircularStd
|
|
2664
|
+
font-family: "CircularStd";
|
|
2665
|
+
font-weight: 700;
|
|
2662
2666
|
width: 70px;
|
|
2663
2667
|
height: 100%;
|
|
2664
2668
|
display: -webkit-box;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
@font-face {
|
|
2
|
-
font-family : 'MatchaIcons';
|
|
3
|
-
src: url('~matcha-icons/fonts/matcha-icons.eot');
|
|
4
|
-
src: url('~matcha-icons/fonts/matcha-icons.eot?#iefix') format('embedded-opentype'),
|
|
5
|
-
url('~matcha-icons/fonts/matcha-icons.ttf') format('truetype'),
|
|
6
|
-
url('~matcha-icons/fonts/matcha-icons.woff') format('woff'),
|
|
7
|
-
url('~matcha-icons/fonts/matcha-icons.svg') format('svg');
|
|
8
|
-
font-weight : normal;
|
|
9
|
-
font-style : normal;
|
|
10
|
-
font-display : block;
|
|
11
|
-
}
|