@elliemae/ds-basic 2.0.0-alpha.13 → 2.0.0-alpha.14
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/css/dimsum.css
CHANGED
|
@@ -1,10 +1,4 @@
|
|
|
1
|
-
@import url(
|
|
2
|
-
@font-face {
|
|
3
|
-
font-family: 'proxima-nova';
|
|
4
|
-
src: url("~@elliemae/ds-basic/styles/base/fonts/ProximaNovaRegular.woff2") format("woff2"), url("~@elliemae/ds-basic/styles/base/fonts/ProximaNovaRegular.woff") format("woff");
|
|
5
|
-
font-weight: normal;
|
|
6
|
-
font-style: normal; }
|
|
7
|
-
|
|
1
|
+
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
|
|
8
2
|
/**
|
|
9
3
|
Ellie Mae Default Theme
|
|
10
4
|
Below, you will find the default theme for DimSum. You can modify the theme's
|
|
@@ -21,6 +15,7 @@ Change these color values below to your brand colors.
|
|
|
21
15
|
* 1. Correct the line height in all browsers.
|
|
22
16
|
* 2. Prevent adjustments of font size after orientation changes in iOS.
|
|
23
17
|
*/
|
|
18
|
+
@import url(~react-dates/lib/css/_datepicker.css);
|
|
24
19
|
html {
|
|
25
20
|
line-height: 1.15;
|
|
26
21
|
/* 1 */
|