mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-11 04:07:55 +03:00
style docs clipboard copy button a bit more material
This commit is contained in:
parent
43ac25ae01
commit
8e2b66be01
|
@ -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()
|
||||
|
||||
|
|
|
@ -90,3 +90,4 @@ $bd-info: $brand-info; // #5bc0de;
|
|||
// MDB customizatinos
|
||||
@import 'mdb/booticon';
|
||||
@import 'mdb/component-examples';
|
||||
@import 'mdb/clipboard-js';
|
||||
|
|
10
docs/assets/scss/mdb/_clipboard-js.scss
Normal file
10
docs/assets/scss/mdb/_clipboard-js.scss
Normal 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;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user