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";
|
2021-03-23 16:06:59 +00:00
|
|
|
|
|
|
|
paymentsFormPricePadding: margins(22px, 7px, 22px, 6px);
|
2021-03-24 11:30:01 +00:00
|
|
|
paymentsPanelSubmit: RoundButton(passportPasswordSubmit) {
|
|
|
|
width: 0px;
|
|
|
|
height: 49px;
|
|
|
|
padding: margins(0px, -3px, 0px, 0px);
|
|
|
|
textTop: 16px;
|
|
|
|
}
|