Update button.css

This commit is contained in:
kang 2017-09-27 18:12:38 +08:00 committed by GitHub
parent 9d7417b386
commit c3b24aa024

View File

@ -21,8 +21,8 @@
width: 100%;
height: 100%;
border: inherit;
border-color: #000;
background-color: #000;
border-color: $black;
background-color: $black;
border-radius: inherit;/* inherit parent's border radius */
transform: translate3d(-50%, -50%, 0);
}