23 lines
524 B
Text
23 lines
524 B
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/widgets/widgets.style";
|
|
|
|
PremiumLimits {
|
|
boxLabel: FlatLabel;
|
|
nonPremiumBg: color;
|
|
nonPremiumFg: color;
|
|
gradientFromLeft: bool;
|
|
}
|
|
ComposePremiumRequired {
|
|
label: FlatLabel;
|
|
button: RoundButton;
|
|
buttonSkip: pixels;
|
|
buttonTop: pixels;
|
|
position: point;
|
|
icon: icon;
|
|
}
|