Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
469949f2
Commit
469949f2
authored
Nov 07, 2017
by
Karl Hasselbring
Browse files
Revert "Bootstrap entfernt und fehlende Variablen hinzugefügt"
This reverts commit
940b493b
.
parent
291101fe
Changes
2
Hide whitespace changes
Inline
Side-by-side
resources/assets/less/default.less
View file @
469949f2
@import "./bootstrap/bootstrap.less";
@import "./metager/metager.less";
@import "./variables-default.less";
...
...
resources/assets/less/variables-default.less
View file @
469949f2
...
...
@@ -5,37 +5,25 @@
@brand-danger: #d9534f;
@body-bg: rgb(250, 250, 250);
@input-border-focus: rgb(255, 128, 0);
@font-family-sans-serif: "Liberation Sans",
"Helvetica Neue",
Helvetica,
Arial,
sans-serif;
@font-family-sans-serif: "Liberation Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
//** Global textual link color.
@link-color: #2A2ADE;
@link-color:
#2A2ADE;
//@link-color: rgb(255, 128, 0);
//** Link hover color set via `darken()` function.
@link-hover-color: darken(@link-color, 15%);
@link-hover-color:
darken(@link-color, 15%);
//** Link hover decoration.
@link-hover-decoration: underline;
@font-size-base: 14px;
@screen-md: 992px;
@container-desktop: (920px + @grid-gutter-width);
@screen-lg: 1440px;
@container-large-desktop: (1370px + @grid-gutter-width);
//** Point at which the navbar becomes uncollapsed.
@grid-float-breakpoint: 865px;
/* Screen sizes */
@screen-xs: 480px;
@screen-sm: 768px;
@screen-md: 992px;
@screen-lg: 1200px;
@screen-xs-min: @screen-xs;
@screen-sm-min: @screen-sm;
@screen-md-min: @screen-md;
@screen-lg-min: @screen-lg;
@screen-xs-max: (@screen-sm-min - 1);
@screen-sm-max: (@screen-md-min - 1);
@screen-md-max: (@screen-lg-min - 1);
@grid-gutter-width: 30px;
\ No newline at end of file
@font-size-base: 14px;
@screen-md: 992px;
@container-desktop: (920px + @grid-gutter-width);
@screen-lg: 1440px;
@container-large-desktop: (1370px + @grid-gutter-width);
//** Point at which the navbar becomes uncollapsed.
@grid-float-breakpoint: 865px;
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment