@@ -1,4 +1,4 @@
-@use '~/styles/atoms/buttons';
+@use '~/styles/atoms/placeholders/buttons';
:root {
.complete-user-registration-form :global {
.installer-form :global {
@@ -1,6 +1,6 @@
@use '@growi/core/scss/bootstrap/init' as bs;
.login-form :global {
// To adjust the behavior, this problem is not solved.
@@ -1,16 +1,5 @@
-@use '../mixins';
-
-// define disabled button w/o pointer-events, see _override-bootstrap.scss
-.btn.disabled,
-.btn[disabled],
-fieldset[disabled] .btn {
- &.grw-pointer-events-none {
- pointer-events: none;
- }
-}
%btn-nologin {
transition: 0.8s ease;
--bs-btn-border-color: #{rgba(white, 0.1)};
@@ -4,7 +4,6 @@
@import 'mixins';
// atoms
-@import 'atoms/buttons';
@import 'atoms/custom_control';
@import 'atoms/code';
@import 'atoms/tag';