Skip to content

Commit fb89578

Browse files
committed
change font, buttons, fab style to match google guides
1 parent a1552e5 commit fb89578

10 files changed

Lines changed: 17764 additions & 5126 deletions

File tree

dist/css/material-wfont.css

Lines changed: 4435 additions & 1276 deletions
Large diffs are not rendered by default.

dist/css/material-wfont.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/material.css

Lines changed: 4435 additions & 1276 deletions
Large diffs are not rendered by default.

dist/css/material.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/ripples.css

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.withripple {
2-
position: relative; }
3-
2+
position: relative;
3+
}
44
.ripple-wrapper {
55
position: absolute;
66
top: 0;
@@ -9,8 +9,8 @@
99
width: 100%;
1010
height: 100%;
1111
overflow: hidden;
12-
border-radius: 2px; }
13-
12+
border-radius: 2px;
13+
}
1414
.ripple {
1515
position: absolute;
1616
width: 20px;
@@ -26,14 +26,15 @@
2626
-ms-transform-origin: 50%;
2727
transform-origin: 50%;
2828
opacity: 0;
29-
pointer-events: none; }
30-
29+
pointer-events: none;
30+
}
3131
.ripple.ripple-on {
3232
-webkit-transition: opacity 0.15s ease-in 0s, -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
3333
transition: opacity 0.15s ease-in 0s, transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
34-
opacity: 1; }
35-
34+
opacity: 1;
35+
}
3636
.ripple.ripple-out {
3737
-webkit-transition: opacity 0.1s linear 0s !important;
3838
transition: opacity 0.1s linear 0s !important;
39-
opacity: 0; }
39+
opacity: 0;
40+
}

0 commit comments

Comments
 (0)