mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-23 01:57:06 +03:00
adjust footer text for better attribution
This commit is contained in:
parent
99bccfde1b
commit
83186db2d3
|
@ -12,7 +12,7 @@
|
|||
Maintained by our core team with the help of <a href="https://github.com/FezVrasta/bootstrap-material-design/graphs/contributors">our contributors</a>.
|
||||
</p>
|
||||
<p>Code licensed <a rel="license" href="https://github.com/FezVrasta/bootstrap-material-design/blob/master/LICENSE" target="_blank">MIT</a>, docs <a rel="license" href="https://creativecommons.org/licenses/by/3.0/" target="_blank">CC BY 3.0</a>.</p>
|
||||
<p>Currently v{{ site.data.version }}, a customization of <a href="http://getbootstrap.com" target="_other">Bootstrap v{{ site.data.bootstrap_version }}</a>. </p>
|
||||
<p>Material Design for Bootstrap v{{ site.data.version }} is a customization of <a href="http://getbootstrap.com" target="_other">Bootstrap</a> v{{ site.data.bootstrap_version }} documentation and source.</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
|
|
@ -44,17 +44,21 @@ $brand-primary: $indigo-500; // #3F51B5
|
|||
//$secondary-text-color: #727272
|
||||
//$divider-color: #B6B6B6
|
||||
|
||||
// Local docs variables
|
||||
// Import default variables
|
||||
@import '../../../scss/includes/variables';
|
||||
|
||||
// Local docs variables or overrides
|
||||
$bd-purple: $brand-primary; // #563d7c;
|
||||
$bd-purple-bright: $light-blue-500; //lighten(saturate($bd-purple, 5%), 15%);
|
||||
$bd-purple-light: $indigo-100; // #C5CAE9; #cdbfe3;
|
||||
$bd-graphite: $indigo-700; // #303F9F; //#2a2730;
|
||||
$bd-graphite-light: lighten($bd-graphite, 40%);
|
||||
$bd-yellow: #ffe484;
|
||||
$bd-danger: #d9534f;
|
||||
$bd-warning: #f0ad4e;
|
||||
$bd-info: #5bc0de;
|
||||
$bd-danger: $brand-danger; // #d9534f;
|
||||
$bd-warning: $brand-warning; // #f0ad4e;
|
||||
$bd-info: $brand-info; // #5bc0de;
|
||||
|
||||
// Import material design configured with the above variables
|
||||
@import '../../../scss/includes/bootstrap-material-design';
|
||||
|
||||
// Load docs components
|
||||
|
|
Loading…
Reference in New Issue
Block a user