Skip to content
This repository was archived by the owner on Mar 13, 2018. It is now read-only.

Commit 340cc4f

Browse files
author
Yvonne Yip
committed
Merge pull request #8 from CarlosJeurissen/patch-1
use border-radius: 50% instead of px value
2 parents 09cedac + db68eab commit 340cc4f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

paper-fab.css

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,13 @@
33
width: 56px;
44
height: 56px;
55
background: #d23f31;
6-
border-radius: 28px;
6+
border-radius: 50%;
77
fill: #fff;
88
}
99

1010
:host(.mini) {
1111
width: 40px;
1212
height: 40px;
13-
border-radius: 20px;
1413
}
1514

1615
:host /deep/ #focusBg {

0 commit comments

Comments
 (0)