mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
ee10dbb680
We've removed the ability to directly reference JS and CSS files for form fields and other SilverStripe features in favour of a common bundle built by Webpack. The logical next step is to make the framework module free of frontend dependencies, which should simplify its operation, and avoid another time intensive "npm install" on a module.
18 lines
276 B
SCSS
Executable File
18 lines
276 B
SCSS
Executable File
#Remember {
|
|
margin: 0.5em 0 0.5em 11em !important;
|
|
}
|
|
p#Remember label {
|
|
display: inline-block;
|
|
margin: 0;
|
|
}
|
|
#Remember input {
|
|
float: left;
|
|
margin: 0 5px 0 0;
|
|
}
|
|
#MemberLoginForm_LoginForm .btn-toolbar {
|
|
padding-left: 12em;
|
|
}
|
|
#ForgotPassword {
|
|
margin-top: 1em;
|
|
}
|