Skip to content

Commit 0ba5f1c

Browse files
committed
Add demo functions
1 parent 910f4e5 commit 0ba5f1c

File tree

184 files changed

+18796
-16289
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

184 files changed

+18796
-16289
lines changed

build/scss/_cards.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,7 @@
312312
&:not(.card-outline) {
313313
.card-header {
314314
background-color: $color;
315+
border-bottom: 0;
315316
&,
316317
a {
317318
color: color-yiq($color);

build/scss/_dropdown.scss

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
*/
55

66
// General Dropdown Rules
7-
.dropdown-item {
8-
&:first-of-type {
9-
@include border-top-radius($border-radius);
10-
}
11-
&:last-of-type {
12-
@include border-bottom-radius($border-radius);
13-
}
14-
}
7+
//.dropdown-item {
8+
// &:first-of-type {
9+
// @include border-top-radius($border-radius);
10+
// }
11+
// &:last-of-type {
12+
// @include border-bottom-radius($border-radius);
13+
// }
14+
//}
1515

1616
.dropdown-item-title {
1717
font-size: $font-size-base;
@@ -44,13 +44,6 @@
4444
font-size: $font-size-sm;
4545
}
4646

47-
.dropdown-header {
48-
&:hover {
49-
background-color: $white;
50-
color: $gray-200;
51-
}
52-
}
53-
5447
/* Add fade animation to dropdown menus by appending
5548
the class .animated-dropdown-menu to the .dropdown-menu ul (or ol)*/
5649
.open:not(.dropup) > .animated-dropdown-menu {

build/scss/_miscellaneous.scss

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,7 @@ a.text-muted:hover {
3434
.bg-#{$name} {
3535
&,
3636
a {
37-
color: color-yiq($color);
38-
}
39-
a {
40-
text-decoration: underline;
37+
color: color-yiq($color) !important;
4138
}
4239
}
4340
}
@@ -49,15 +46,17 @@ a.text-muted:hover {
4946

5047
.bg-gray-light {
5148
background-color: lighten($gray-200, 3%);
49+
color: color-yiq(lighten($gray-200, 3%)) !important;
5250
}
5351

5452
.bg-black {
5553
background-color: $black;
56-
color: color-yiq($black);
54+
color: color-yiq($black) !important;
5755
}
5856

5957
.bg-white {
6058
background-color: $white;
59+
color: color-yiq($white) !important;
6160
}
6261

6362
// Disabled!

0 commit comments

Comments
 (0)