/* This file is part of Telegram Desktop, the official desktop application for the Telegram messaging service. For license and copyright information please follow this link: https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL */ using "ui/basic.style"; using "info/info.style"; paymentsPanelSubmit: RoundButton(defaultActiveButton) { width: 0px; height: 49px; padding: margins(0px, -3px, 0px, 0px); textTop: 16px; } paymentsCoverPadding: margins(26px, 0px, 26px, 13px); paymentsDescription: FlatLabel(defaultFlatLabel) { minWidth: 160px; textFg: windowFg; } paymentsTitle: FlatLabel(paymentsDescription) { style: semiboldTextStyle; } paymentsSeller: FlatLabel(paymentsDescription) { textFg: windowSubTextFg; } paymentsPriceLabel: paymentsDescription; paymentsPriceAmount: defaultFlatLabel; paymentsFullPriceLabel: paymentsTitle; paymentsFullPriceAmount: FlatLabel(defaultFlatLabel) { style: semiboldTextStyle; } paymentsTitleTop: 0px; paymentsDescriptionTop: 3px; paymentsSellerTop: 4px; paymentsThumbnailSize: size(80px, 80px); paymentsThumbnailSkip: 18px; paymentsPricesTopSkip: 12px; paymentsPricesBottomSkip: 13px; paymentsPricePadding: margins(28px, 6px, 28px, 5px); paymentsSectionsTopSkip: 11px; paymentsSectionButton: SettingsButton(infoProfileButton) { padding: margins(68px, 11px, 14px, 9px); } paymentsIconPaymentMethod: icon {{ "payments/payment_card", menuIconFg }}; paymentsIconShippingAddress: icon {{ "payments/payment_address", menuIconFg }}; paymentsIconName: icon {{ "payments/payment_name", menuIconFg }}; paymentsIconEmail: icon {{ "payments/payment_email", menuIconFg }}; paymentsIconPhone: icon {{ "payments/payment_phone", menuIconFg }}; paymentsIconShippingMethod: icon {{ "payments/payment_shipping", menuIconFg }}; paymentsField: defaultInputField; paymentsFieldPadding: margins(28px, 0px, 28px, 2px); paymentsExpireCvcSkip: 34px; paymentsBillingInformationTitle: FlatLabel(defaultFlatLabel) { style: semiboldTextStyle; textFg: windowActiveTextFg; minWidth: 240px; } paymentsBillingInformationTitlePadding: margins(28px, 26px, 28px, 1px);