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
990db249
Commit
990db249
authored
8 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
rip responsive styles; they're unnecessary and likely require overriding anyway
parent
1abe4c83
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scss/_carousel.scss
+0
-34
scss/_carousel.scss
with
0 additions
and
34 deletions
+0
-34
scss/_carousel.scss
+
0
-
34
View file @
990db249
...
...
@@ -177,37 +177,3 @@
color
:
$carousel-caption-color
;
text-align
:
center
;
}
//
// Responsive variations
//
@include
media-breakpoint-up
(
sm
)
{
// Scale up the controls a smidge
.carousel-control-icon-prev
,
.carousel-control-icon-next
{
width
:
$carousel-control-sm-up-size
;
height
:
$carousel-control-sm-up-size
;
margin-top
:
-
(
$carousel-control-sm-up-size
/
2
);
font-size
:
$carousel-control-sm-up-size
;
}
.carousel-control-icon-prev
{
margin-left
:
-
(
$carousel-control-sm-up-size
/
2
);
}
.carousel-control-icon-next
{
margin-right
:
-
(
$carousel-control-sm-up-size
/
2
);
}
// Show and left align the captions
.carousel-caption
{
right
:
((
100%
-
$carousel-caption-sm-up-width
)
/
2
);
left
:
((
100%
-
$carousel-caption-sm-up-width
)
/
2
);
padding-bottom
:
30px
;
}
// Move up the indicators
.carousel-indicators
{
bottom
:
20px
;
}
}
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