changes in background

background and structural
This commit is contained in:
abhijaygh 2018-10-13 23:09:53 +05:30 committed by GitHub
parent da0896d825
commit 9188bc42ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,8 +9,8 @@
text-transform: uppercase; text-transform: uppercase;
letter-spacing: 0; letter-spacing: 0;
cursor: pointer; cursor: pointer;
background-color: transparent; background-color: #ffdde1;
border: 0; border: 2px;
outline: 0; outline: 0;
transition: box-shadow 0.2s $bmd-animation-curve-fast-out-linear-in, transition: box-shadow 0.2s $bmd-animation-curve-fast-out-linear-in,
background-color 0.2s $bmd-animation-curve-default, background-color 0.2s $bmd-animation-curve-default,
@ -89,13 +89,13 @@
.btn-group-lg &, .btn-group-lg &,
.btn-group-sm &, .btn-group-sm &,
& { & {
padding: 0; // need specificity padding: 3px; // need specificity
border-radius: 50%; border-radius: 50%;
line-height: 0; line-height: 0;
} }
.material-icons { .material-icons {
position: absolute; position: fixed;
top: 50%; top: 50%;
left: 50%; left: 50%;
width: $bmd-btn-fab-font-size; width: $bmd-btn-fab-font-size;