mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-05-28 10:43:57 +02:00
51 lines
1.4 KiB
Text
51 lines
1.4 KiB
Text
/*
|
|
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 "boxes/boxes.style";
|
|
using "ui/widgets/widgets.style";
|
|
using "ui/effects/premium.style";
|
|
using "settings/settings.style";
|
|
|
|
creditsPremiumCover: PremiumCover(defaultPremiumCover) {
|
|
about: FlatLabel(userPremiumCoverAbout) {
|
|
textFg: boxTitleFg;
|
|
}
|
|
}
|
|
creditsLowBalancePremiumCover: PremiumCover(creditsPremiumCover) {
|
|
starSize: size(64px, 62px);
|
|
starTopSkip: 30px;
|
|
}
|
|
creditsLowBalancePremiumCoverHeight: 180px;
|
|
creditsTopupButton: SettingsButton(settingsButton) {
|
|
style: semiboldTextStyle;
|
|
}
|
|
creditsTopupPrice: FlatLabel(defaultFlatLabel) {
|
|
textFg: windowSubTextFg;
|
|
}
|
|
|
|
creditsHistoryRightSkip: 10px;
|
|
creditsBalanceStarHeight: 20px;
|
|
|
|
creditsBoxAbout: FlatLabel(defaultFlatLabel) {
|
|
minWidth: 256px;
|
|
align: align(top);
|
|
}
|
|
creditsBoxAboutTitle: FlatLabel(settingsPremiumUserTitle) {
|
|
minWidth: 256px;
|
|
}
|
|
creditsBoxAboutDivider: FlatLabel(boxDividerLabel) {
|
|
align: align(top);
|
|
}
|
|
creditsBoxButtonLabel: FlatLabel(defaultFlatLabel) {
|
|
style: semiboldTextStyle;
|
|
}
|
|
|
|
starIconSmall: icon{{ "payments/small_star", windowFg }};
|
|
starIconSmallPadding: margins(0px, -2px, 0px, 0px);
|
|
|
|
creditsHistoryEntryTypeAds: icon {{ "folders/folders_channels", premiumButtonFg }};
|