some minor fixes
This commit is contained in:
parent
0549d81fc8
commit
b5882fce87
|
@ -1,5 +1,5 @@
|
||||||
// dark
|
// dark
|
||||||
@import "../../../node_modules/bootstrap/less/variables";
|
@import "cyborg_variables.less";
|
||||||
|
|
||||||
// Variables
|
// Variables
|
||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
|
@ -80,10 +80,10 @@
|
||||||
|
|
||||||
@headings-small-color: @gray-light;
|
@headings-small-color: @gray-light;
|
||||||
|
|
||||||
@import "cyborg_variables.less";
|
|
||||||
|
|
||||||
// Bootswatch
|
// Bootswatch
|
||||||
// -----------------------------------------------------
|
// -----------------------------------------------------
|
||||||
|
@import "cyborg_styles.less";
|
||||||
|
|
||||||
// added Forms ======================================================================
|
// added Forms ======================================================================
|
||||||
|
|
||||||
|
@ -96,5 +96,3 @@ code {
|
||||||
background-color: @state-info-bg;
|
background-color: @state-info-bg;
|
||||||
color: @state-info-text;
|
color: @state-info-text;
|
||||||
}
|
}
|
||||||
|
|
||||||
@import "cyborg_styles.less";
|
|
||||||
|
|
|
@ -72,7 +72,7 @@
|
||||||
|
|
||||||
// Bootswatch
|
// Bootswatch
|
||||||
// -----------------------------------------------------
|
// -----------------------------------------------------
|
||||||
@import "cyborg_variables.less";
|
@import "cyborg_styles.less";
|
||||||
// Typography =================================================================
|
// Typography =================================================================
|
||||||
|
|
||||||
.text-danger,
|
.text-danger,
|
||||||
|
|
|
@ -71,7 +71,7 @@
|
||||||
|
|
||||||
// Bootswatch
|
// Bootswatch
|
||||||
// -----------------------------------------------------
|
// -----------------------------------------------------
|
||||||
@import "cyborg_variables.less";
|
@import "cyborg_styles.less";
|
||||||
// Forms ======================================================================
|
// Forms ======================================================================
|
||||||
|
|
||||||
.input-group-addon {
|
.input-group-addon {
|
||||||
|
|
|
@ -118,7 +118,7 @@
|
||||||
|
|
||||||
// Bootswatch
|
// Bootswatch
|
||||||
// -----------------------------------------------------
|
// -----------------------------------------------------
|
||||||
@import "cyborg_variables.less";
|
@import "cyborg_styles.less";
|
||||||
// Forms ======================================================================
|
// Forms ======================================================================
|
||||||
|
|
||||||
.input-group-addon {
|
.input-group-addon {
|
||||||
|
|
|
@ -119,7 +119,7 @@
|
||||||
|
|
||||||
// Bootswatch
|
// Bootswatch
|
||||||
// -----------------------------------------------------
|
// -----------------------------------------------------
|
||||||
@import "cyborg_variables.less";
|
@import "cyborg_styles.less";
|
||||||
// Forms ======================================================================
|
// Forms ======================================================================
|
||||||
|
|
||||||
.input-group-addon {
|
.input-group-addon {
|
||||||
|
|
Loading…
Reference in New Issue