Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
beb11714
Commit
beb11714
authored
9 years ago
by
Leslie Hoare
Browse files
Options
Download
Email Patches
Plain Diff
Use the new mixin.
parent
cc814f4d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scss/_card.scss
+5
-11
scss/_card.scss
with
5 additions
and
11 deletions
+5
-11
scss/_card.scss
+
5
-
11
View file @
beb11714
...
@@ -92,27 +92,21 @@
...
@@ -92,27 +92,21 @@
//
//
.card-primary
{
.card-primary
{
background-color
:
$brand-primary
;
@include
card-variant
(
$brand-primary
);
border-color
:
$brand-primary
;
}
}
.card-success
{
.card-success
{
background-color
:
$brand-success
;
@include
card-variant
(
$brand-success
);
border-color
:
$brand-success
;
}
}
.card-info
{
.card-info
{
background-color
:
$brand-info
;
@include
card-variant
(
$brand-info
);
border-color
:
$brand-info
;
}
}
.card-warning
{
.card-warning
{
background-color
:
$brand-warning
;
@include
card-variant
(
$brand-warning
);
border-color
:
$brand-warning
;
}
}
.card-danger
{
.card-danger
{
background-color
:
$brand-danger
;
@include
card-variant
(
$brand-danger
);
border-color
:
$brand-danger
;
}
}
//
//
// Inverse text within a card for use with dark backgrounds
// Inverse text within a card for use with dark backgrounds
//
//
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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