mirror of
https://github.com/a2nt/silverstripe-webpack.git
synced 2024-10-22 17:05:31 +02:00
UI: password show/hide + captcha
This commit is contained in:
parent
d7783504f1
commit
5d0862f92a
@ -17,6 +17,9 @@ import '@a2nt/ss-bootstrap-ui-webpack-boilerplate-react/src/js/ui/carousel'
|
||||
// import '@a2nt/ss-bootstrap-ui-webpack-boilerplate-react/src/js/ui/datepicker';
|
||||
// import '@a2nt/ss-bootstrap-ui-webpack-boilerplate-react/src/js/ui/instagram.feed';
|
||||
|
||||
import '@a2nt/ss-bootstrap-ui-webpack-boilerplate-react/src/js/ui/captcha'
|
||||
import '@a2nt/ss-bootstrap-ui-webpack-boilerplate-react/src/js/ui/password'
|
||||
|
||||
/*
|
||||
* AJAX functionality
|
||||
*/
|
||||
|
@ -3,6 +3,7 @@
|
||||
// First Define Bootstrap and Webkit bootstrap UI variables
|
||||
//
|
||||
|
||||
@import "~@a2nt/ss-bootstrap-ui-webpack-boilerplate-react/src/scss/mixings";
|
||||
@import "./ui";
|
||||
@import "~@a2nt/ss-bootstrap-ui-webpack-boilerplate-react/src/scss/variables";
|
||||
$headings-margin-bottom: $spacer;
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
// Bootstrap and Webkit bootstrap UI variables
|
||||
|
||||
$html-font-size: 14px;
|
||||
$font-family-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
||||
$font-family-base: "Roboto", $font-family-sans-serif;
|
||||
$body-bg: $white;
|
||||
|
Loading…
Reference in New Issue
Block a user