Skip to content

Commit

Permalink
feat(loginmodal): update styles for privacy policy
Browse files Browse the repository at this point in the history
Update styles for privacy policy.

Closes DCOS-22402
  • Loading branch information
Bill Stavroulakis committed Apr 30, 2018
1 parent 3938b69 commit f835b80
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/styles/components/modal/login/variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
* Login Modal Product Name
*/

@login-modal-product-name-vertical-offset: -(16px + (1 * @base-spacing-unit));
@login-modal-product-name-vertical-offset-screen-small: -(16px + (1 * @base-spacing-unit-screen-small));
@login-modal-product-name-vertical-offset-screen-medium: -(16px + (1 * @base-spacing-unit-screen-medium));
@login-modal-product-name-vertical-offset-screen-large: -(16px + (1 * @base-spacing-unit-screen-large));
@login-modal-product-name-vertical-offset-screen-jumbo: -(16px + (0.75 * @base-spacing-unit-screen-jumbo));
@login-modal-product-name-vertical-offset: -(16px + (3 * @base-spacing-unit));
@login-modal-product-name-vertical-offset-screen-small: -(16px + (3 * @base-spacing-unit-screen-small));
@login-modal-product-name-vertical-offset-screen-medium: -(16px + (3 * @base-spacing-unit-screen-medium));
@login-modal-product-name-vertical-offset-screen-large: -(16px + (3 * @base-spacing-unit-screen-large));
@login-modal-product-name-vertical-offset-screen-jumbo: -(16px + (3 * 0.75 * @base-spacing-unit-screen-jumbo));

0 comments on commit f835b80

Please sign in to comment.