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