- Timestamp:
- 05/18/2019 06:57:54 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/common-styles/_bp_registration.scss
r12082 r12397 52 52 } 53 53 54 .wp-pwd button { 55 vertical-align: middle; 56 } 57 58 #pass1, 59 #pass1-text, 60 #pass-strength-result { 61 width: 10em; 62 } 63 64 #pass1 { 65 display: inline-block; 66 margin-bottom: inherit; 67 } 68 69 #pass1-text, 70 .pw-weak { 71 display: none; 72 } 73 74 .show-password { 75 76 #pass1-text { 77 display: inline-block; 78 margin-bottom: inherit; 79 } 80 81 #pass1 { 82 display: none; 83 } 84 } 85 86 .description.indicator-hint { 87 88 @include font-size(14); 89 } 90 91 #submit:disabled { 92 color: $light-text; 93 opacity: 0.4; 94 } 95 54 96 .password-entry, 55 97 .password-entry-confirm { … … 59 101 60 102 } // close .register-page 103 104 body.buddypress.register.js { 105 106 .user-pass2-wrap { 107 display: none; 108 } 109 } 110 111 body.buddypress.register.no-js { 112 113 .wp-hide-pw { 114 display: none; 115 } 116 } 61 117 62 118 // Flex layout containers for registration sections … … 102 158 103 159 .default-profile { 160 min-width: 14em; 104 161 flex: 1; 105 162 padding-right: $pad-med;
Note: See TracChangeset
for help on using the changeset viewer.