tdesktop/Telegram/SourceFiles/payments/ui/payments.style

19 lines
501 B
Plaintext
Raw Normal View History

2021-03-23 12:34:34 +00:00
/*
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 "passport/passport.style";
paymentsFormPricePadding: margins(22px, 7px, 22px, 6px);
paymentsPanelSubmit: RoundButton(passportPasswordSubmit) {
width: 0px;
height: 49px;
padding: margins(0px, -3px, 0px, 0px);
textTop: 16px;
}