|
@@ -1,135 +0,0 @@
|
|
|
-
|
|
|
-$black: #000000;
|
|
|
-$dmiBlack: #333333;
|
|
|
-
|
|
|
-$blue: #0000ff;
|
|
|
-$doderBlue: #1e90ff;
|
|
|
-$deepSkyBlue: #00bfff;
|
|
|
-$lightBlue: #add8e6;
|
|
|
-$lucency:#ffffff00;
|
|
|
-$red: #ff0000;
|
|
|
-$pink: #ffc0cb;
|
|
|
-
|
|
|
-$green: #008000;
|
|
|
-
|
|
|
-$yellow: #ffff00;
|
|
|
-
|
|
|
-$white: #ffffff;
|
|
|
-$whiteSmoke: #f5f5f5;
|
|
|
-$gainsboro: #dcdcdc;
|
|
|
-$darkGray: #a9a9a9;
|
|
|
-$dimGray: #696969;
|
|
|
-$gray: #808080;
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-$colorPrimary: #1890ff;
|
|
|
-$colorSuccess: #13ce66;
|
|
|
-$colorWarning: #ffba00;
|
|
|
-$colorDanger: #ff4949;
|
|
|
-$colorInfo: #1e1e1e;
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-$fontColor: $black;
|
|
|
-
|
|
|
-$fontColorActive: #1890ff;
|
|
|
-
|
|
|
-$fontColorButton: $white;
|
|
|
-
|
|
|
-$fontColorInput: $white;
|
|
|
-$fontColorInputPlaceholder: $darkGray;
|
|
|
-
|
|
|
-$fontColorLogin: $white;
|
|
|
-$fontColorTitleLogin: $fontColorLogin;
|
|
|
-$fontColorInputLogin: $fontColorLogin;
|
|
|
-
|
|
|
-$fontColorHome: $fontColorLogin;
|
|
|
-
|
|
|
-$fontColorNavMenu: #bfcbd9;
|
|
|
-$fontColorNavMenuActive: $white;
|
|
|
-$fontColorNavMenuLogo: $white;
|
|
|
-
|
|
|
-$fontColorPageTitle: #0c2278;
|
|
|
-
|
|
|
-$fontColorBreadcrumb: #303133;
|
|
|
-$fontColorBreadcrumbDisabled: #97a8be;
|
|
|
-
|
|
|
-$fontColorTag: #7b7b7ccb;
|
|
|
-$fontColorTagActive: $fontColorActive;
|
|
|
-$fontColorTagMenu: $dmiBlack;
|
|
|
-$fontColorTagItemCloseHover: $white;
|
|
|
-
|
|
|
-$fontColorTableHead: $dmiBlack;
|
|
|
-$fontColorTableBody: #606266;
|
|
|
-
|
|
|
-$fontColorPagination: #606266;
|
|
|
-$fontColorPaginationActive: $fontColorActive;
|
|
|
-
|
|
|
-$fontColorLSD: $white;
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-$backgroundColor: $white;
|
|
|
-$backgroundColorActive: $fontColorActive;
|
|
|
-
|
|
|
-$backgroundColorMaskBg: #00000049;
|
|
|
-
|
|
|
-$backgroundColorButton: $backgroundColorActive;
|
|
|
-
|
|
|
-$backgroundColorInput: $white;
|
|
|
-
|
|
|
-$backgroundColorLogin: #2d3a4b;
|
|
|
-$backgroundColorInputLogin: #293444;
|
|
|
-
|
|
|
-$backgroundColorHome: $backgroundColorLogin;
|
|
|
-$backgroundColorButtonHome: #deecff;
|
|
|
-
|
|
|
-$backgroundColorNavMenu: #0c2278;
|
|
|
-$backgroundColorNavMenuHover: #2751c4;
|
|
|
-$backgroundColorNavMenuActive: $backgroundColorActive;
|
|
|
-$backgroundColorNavMenuLogo: #0a1e67;
|
|
|
-$backgroundColorNavBarHover: #00000009;
|
|
|
-
|
|
|
-$backgroundColorTag: $backgroundColor;
|
|
|
-$backgroundColorTagItem: $backgroundColorTag;
|
|
|
-$backgroundColorTagItemAcitve: $backgroundColorTagItem;
|
|
|
-$backgroundColorTagItemCloseHover: #b4bccc;
|
|
|
-$backgroundColorTagMenu: $backgroundColorTag;
|
|
|
-$backgroundColorTagMenuItemHover: $whiteSmoke;
|
|
|
-
|
|
|
-$backgroundColorPageTitle: $whiteSmoke;
|
|
|
-
|
|
|
-$backgroundColorTableHead: #f0f7ff;
|
|
|
-$backgroundColorTableRowStriped: #f0f7ff;
|
|
|
-$backgroundColorTableHover: #f5f7fa;
|
|
|
-
|
|
|
-$backgroundColorLSD: #0885ff;
|
|
|
-$backgroundColorLSDHead: #08cbff;
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-$borderColor: #d9d9d9;
|
|
|
-
|
|
|
-$borderColorInput: #ffffff19;
|
|
|
-
|
|
|
-$borderColorTable: #dcdfe7;
|
|
|
-$borderColorTableTop: $blue;
|
|
|
-
|
|
|
-$borderColorInputLogin: $borderColorInput;
|
|
|
-
|
|
|
-$borderColorTag: #d8dce5;
|
|
|
-$borderColorTagShadowStart: #00000019;
|
|
|
-$borderColorTagShadowEnd: #00000009;
|
|
|
-$borderColorTagMenuShadow: #00000049;
|
|
|
-
|
|
|
-$borderColorPageTitlte: #0079fe;
|
|
|
-
|
|
|
-$borderColorLSD: $white;
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-$sizeFont: 1rem;
|
|
|
-
|
|
|
-$sizeNavMenuWidth: 15.625rem;
|
|
|
-
|