Skip to content

Commit

Permalink
less files restructured
Browse files Browse the repository at this point in the history
  • Loading branch information
aukgit committed Aug 10, 2015
1 parent 2a72f60 commit df626dd
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 32 deletions.
7 changes: 1 addition & 6 deletions src/Content/Less/editor-templates.variables.less
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
@import "fonts-rimixens.less";


@input-error-bg-color: #E22013;


@input-error-bg-color: #E22013;
@tooltip-invalid-bg-color: #E22013;
@tooltip-valid-bg-color: #1CAB1C;
@tooltip-spinner-bg-color: #0094ff;
Expand Down
17 changes: 14 additions & 3 deletions src/Content/Less/override-mvc.variables.less
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
@import "remixens/lesshat.less";
@import "remixens/variables.less";
@import "fonts-rimixens.less";
@import "fonts-rimixens.less";


@call-out-color: @primary-header-color;

@datepicker-btn-hover-bg-color: brown;

@call-out-color : @primary-header-color;
@form-control-height : 34.4px;
@input-control-height : 34.4px;
@label-font-size : 14px;
@input-font-size : 16px;
@inputs-max-width : 294px;
@inputs-max-width-at-mobile : 218px;
@label-max-width-at-mobile : 100px;
@inputs-max-width-at-l-mobile : 190px;
@label-max-width-at-l-mobile : 80px;
@less-than-mobile-screen : 400px;
@datepicker-btn-hover-bg-color : brown;
@description-icon-color : #bdbdbd;
14 changes: 1 addition & 13 deletions src/Content/Less/remixens/variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,7 @@
@body-bg-color : #f4f9fb;
@login-page-bg-color: #f0f0f1;

// override mvc variables
@form-control-height: 34.4px;
@input-control-height: 34.4px;
@datepicker-btn-hover-height: 36px;
@label-font-size: 14px;
@input-font-size: 16px;
@inputs-max-width: 294px;
@inputs-max-width-at-mobile: 218px;
@label-max-width-at-mobile: 100px;
@inputs-max-width-at-l-mobile: 190px;
@label-max-width-at-l-mobile: 80px;
@less-than-mobile-screen: 400px;
@description-icon-color: rgb(189, 189, 189);




Expand Down
3 changes: 2 additions & 1 deletion src/Content/Less/validator.less
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@import "editor-templates.variables.less";
@import "override-mvc.variables.less";
@import "editor-templates.variables.less";

.invalid-input {
.border-rounded(3px);
Expand Down
17 changes: 10 additions & 7 deletions src/Content/css/validator.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/Content/css/validator.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/Content/css/validator.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit df626dd

Please sign in to comment.