TF-3758 Update mailbox view on mobile web responsive
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
@@ -3,24 +3,13 @@ import 'package:core/presentation/extensions/color_extension.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
class QuotasViewStyles {
|
||||
static const double padding = 16;
|
||||
static const double margin = 16;
|
||||
static const double bottomPadding = 24;
|
||||
static const double iconPadding = 12;
|
||||
static const double iconSize = 24;
|
||||
static const double labelTextSize = 13;
|
||||
static const double space = 8;
|
||||
static const double progressBarHeight = 3;
|
||||
static const double progressBarMaxWidth = 168;
|
||||
static const double progressStateTextSize = 13;
|
||||
static const double topLineSize = 1;
|
||||
static const double progressBarMaxWidth = 193;
|
||||
|
||||
static const Color labelTextColor = AppColor.steelGray400;
|
||||
static const Color webBackgroundColor = AppColor.colorBgDesktop;
|
||||
static const Color mobileBackgroundColor = Colors.white;
|
||||
static const Color progressBarBackgroundColor = AppColor.colorDivider;
|
||||
static const Color topLineColor = AppColor.colorDividerHorizontal;
|
||||
|
||||
static const FontWeight labelFontWeight = FontWeight.w400;
|
||||
static const FontWeight progressStateFontWeight = FontWeight.w400;
|
||||
}
|
||||
Reference in New Issue
Block a user