| // Copyright 2018 The Chromium Authors |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| |
| #import "ios/chrome/browser/authentication/ui_bundled/authentication_constants.h" |
| |
| const CGFloat kAuthenticationHeaderImageHeight = 180.; |
| |
| const CGFloat kAccountProfilePhotoDimension = 40.; |
| |
| const CGFloat kAuthenticationHorizontalMargin = 16.; |
| const CGFloat kAuthenticationHeaderTitleMargin = 19.; |
| |
| const CGFloat kAuthenticationSeparatorColorAlpha = 0.12; |
| const CGFloat kAuthenticationSeparatorHeight = 1; |
| |
| NSString* const kSigninSyncScreenAccessibilityIdentifier = |
| @"kSigninSyncScreenAccessibilityIdentifier"; |
| |
| NSString* const kSigninSnackbarUndo = @"SigninSnackbarUndo"; |