|
|
|
@ -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";
|
|
|
|
|