/**** USERS BEGIN ***/ body{ .yith-wcwtl-add-user-modal{ .tabbed-content{ ul{ &.tab-anchors { display: grid; grid-template-columns: repeat(2, 1fr); margin-bottom: 0; margin-top: 0; li{ margin: 0; a{ &.tab-anchor{ border-bottom: 2px solid #EDEDED; color: #A0A0A0; display: block; font-size: 16px; font-weight: 400; line-height: 1.5em; padding: 15px 20px; text-align: center; text-decoration: none; } &.active, &:hover{ border-color: var(--yith-primary); color: var(--yith-primary); font-weight: 600; } } } } } .tabs{ .tab{ display: none; padding: 25px 0 10px; &.active{ display: block; margin-bottom: 0; } } } .yith-plugin-fw__modal__content{ padding-bottom: 0; .form-row{ display: block; margin-top: 0; margin-bottom: 20px; &.submit{ margin-bottom: 0; } label{ display: block; width: 100%; font-weight: 600; &[for="send_user_notification"]{ font-weight: 400; } } button{ &.button-primary{ padding: 5px 15px !important; width: 100%; } } input[type=text], input[type=url], input[type=email], input[type=password], input[type=submit], select{ border: 1px solid #d8d8d8; border-radius: 8px; display: block; width: 100%; } .psw-fields-wrapper{ display: none; .password-input-wrapper{ display: inline-block; width: 100%; margin: 10px 0; } .dashicons{ &:before{ top: 4px; position: relative; } } } } } } .yith-wcwtl-hidden{ display: none!important; } } } /**** USERS END ***/