This commit is contained in:
xidedix
2018-01-17 17:26:49 +01:00
parent 6315b5e42c
commit 77c076fd7d
551 changed files with 18646 additions and 481 deletions
+22 -1
View File
@@ -51,7 +51,28 @@ $theme-colors: (
warning: $yellow,
danger: $red,
light: $gray-100,
dark: $gray-800
dark: $gray-800,
blue: $blue,
indigo: $indigo,
purple: $purple,
pink: $pink,
red: $red,
orange: $orange,
yellow: $yellow,
green: $green,
teal: $teal,
cyan: $cyan,
gray-100: $gray-100,
gray-200: $gray-200,
gray-300: $gray-300,
gray-400: $gray-400,
gray-500: $gray-500,
gray-600: $gray-600,
gray-700: $gray-700,
gray-800: $gray-800,
gray-900: $gray-900
);
// Options
-9
View File
@@ -2,15 +2,6 @@ button {
cursor: pointer;
}
.btn {
.badge {
position: absolute;
top: 2px;
right: 6px;
font-size: 9px;
}
}
.btn-transparent {
color: #fff;
background-color: transparent;
+3
View File
@@ -129,6 +129,9 @@ app-root {
}
}
}
.sidebar-minimizer {
display: none;
}
}
.sidebar-minimized {
+3
View File
@@ -1,6 +1,9 @@
.nav-tabs {
.nav-link {
color: $gray-600;
&:hover {
cursor: pointer;
}
&.active {
color: $gray-800;
background: #fff;
+1 -1
View File
@@ -207,7 +207,7 @@
border-radius: $border-radius;
}
> .nav-dropdown-items {
max-height: 1000px;
max-height: 1500px;
}
.nav-link {
+2 -2
View File
@@ -1,8 +1,8 @@
/*!
* CoreUI - Open Source Bootstrap Admin Template
* @version v1.0.6
* @version v1.0.8
* @link http://coreui.io
* Copyright (c) 2017 creativeLabs Łukasz Holeczek
* Copyright (c) 2018 creativeLabs Łukasz Holeczek
* @license MIT
*/