mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-11 01:23:43 +08:00
28 lines
565 B
Text
28 lines
565 B
Text
|
|
@rlSyncFile: "images/sync.gif";
|
|
@rlSyncFileStop: "images/sync.png";
|
|
@rlEditorSprite: "images/editor.png";
|
|
|
|
@rlLeftWidth: 200px;
|
|
@rlInputBorderSize: 1px;
|
|
@rlMainBorderSize: 1px;
|
|
@rlLowBorderSize: 1px;
|
|
|
|
@rlMainBorderRadius: 5px;
|
|
@rlLowBorderRadius: 3px;
|
|
|
|
@rlMainShadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
|
|
|
|
@rlLowMargin: 8px;
|
|
@rlBottomMargin: 5px;
|
|
|
|
@rlMainDarkColor: #aaa;
|
|
@rlMessageDelimiterColor: #999;
|
|
|
|
// bootstart
|
|
@btnBorderRadius: 3px;
|
|
|
|
@tooltipColor: #eee;
|
|
@tooltipBackground: #333;
|
|
@tooltipArrowWidth: 5px;
|
|
@tooltipArrowColor: #333;
|