app/assets/stylesheets/swat/vars.scss in sw2at-ui-0.0.13 vs app/assets/stylesheets/swat/vars.scss in sw2at-ui-0.0.14
- old
+ new
@@ -1,21 +1,17 @@
-$greyBg: #9f9f9f;
+@import "boostrap_vars";
+
+// Application Colors
+
$greenMain: greenyellow;
$blackColor: black;
$whiteColor: white;
-$lightBlueColor: #C2CAF2;
+$defaultFontColor: #464646;
$disabledLinkColor: rgba(198, 198, 197, 0.68);
-$footerSize: 45px;
-$negativeFooterSize: -$footerSize;
-
-$commandWidth: 400px;
-$copyIconWidth: 30px;
-$commandTextWidth: $commandWidth - $copyIconWidth;
-
$greenBtnBg: rgb(124, 222, 124);
$greenBtnBgHover: rgb(169, 222, 157);
$greenBtnColor: green;
$containerBg: rgb(240, 240, 240);
@@ -33,22 +29,36 @@
$backtraceColor: #f8f8f8;
$backtraceSpecColor: #ff5860;
$successTitleColor: #50ce5f;
$failedTitleColor: #ff5246;
-
$failedCaseColor: #3F3F3F;
$commandBg: $blackColor;
$failedTestCaseCommandColor: rgb(223, 96, 96);
$failedTestCaseBg: mistyrose;
$failedTestCaseColor: red;
$failedTestCaseBgHover: #ffd7e5;
$passedTestCaseCommandColor: rgb(129, 192, 129);
-$passedTestCaseBg: lightgreen;
+$passedTestCaseBg: rgba(144, 238, 144, 0.73);
$passedTestCaseColor: green;
$passedTestCaseBgHover: #ffd7e5;
$greyBg: rgb(236, 236, 236);
+$lightGreyBg: #F4F3F3;
$lightBlueColor: #5967AB;
+$infoLabelColor: #46B444;
+
+// Sizes
+$footerSize: 45px;
+$negativeFooterSize: -$footerSize;
+
+$commandWidth: 400px;
+$copyIconWidth: 30px;
+$commandTextWidth: $commandWidth - $copyIconWidth;
+$infoWidgetWidth: 800px;
+
+// Boostrap Overrides
+$input-border-focus: $infoLabelColor;
+