style docs clipboard copy button a bit more material

This commit is contained in:
Kevin Ross 2015-12-16 17:34:46 -06:00
parent 43ac25ae01
commit 8e2b66be01
3 changed files with 13 additions and 0 deletions

View File

@ -122,6 +122,8 @@ $(() => {
app.initializeClipboard()
app.manipulateSearchBox()
$('.btn-clipboard').mdbRipples()
// FIXME: file inputs seems to be in flux, delete the offending one for now.
$('#exampleInputFile').closest('.form-group').detach()

View File

@ -90,3 +90,4 @@ $bd-info: $brand-info; // #5bc0de;
// MDB customizatinos
@import 'mdb/booticon';
@import 'mdb/component-examples';
@import 'mdb/clipboard-js';

View File

@ -0,0 +1,10 @@
.btn-clipboard {
//color: #818a91;
border-radius: $border-radius;
text-transform: uppercase;
&:hover {
color: $gray; // #fff;
background-color: $mdb-btn-hover-bg; // #027de7;
}
}