Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
49f87446
Commit
49f87446
authored
Apr 18, 2015
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
comments and spacing
parent
b88c05d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
5 deletions
+12
-5
scss/_carousel.scss
scss/_carousel.scss
+12
-5
No files found.
scss/_carousel.scss
View file @
49f87446
...
@@ -84,11 +84,12 @@
...
@@ -84,11 +84,12 @@
>
.active.right
{
>
.active.right
{
left
:
100%
;
left
:
100%
;
}
}
}
}
//
// Left/right controls for nav
// Left/right controls for nav
//
---------------------------
//
.carousel-control
{
.carousel-control
{
position
:
absolute
;
position
:
absolute
;
...
@@ -155,6 +156,7 @@
...
@@ -155,6 +156,7 @@
}
}
}
}
// Optional indicator pips
// Optional indicator pips
//
//
// Add an unordered list with the following class and add a list item for each
// Add an unordered list with the following class and add a list item for each
...
@@ -195,9 +197,11 @@
...
@@ -195,9 +197,11 @@
}
}
}
}
// Optional captions
// Optional captions
// -----------------------------
//
// Hidden by default for smaller viewports
// Hidden by default for smaller viewports.
.carousel-caption
{
.carousel-caption
{
position
:
absolute
;
position
:
absolute
;
right
:
15%
;
right
:
15%
;
...
@@ -216,7 +220,10 @@
...
@@ -216,7 +220,10 @@
}
}
// Scale up controls for tablets and up
//
// Responsive variations
//
@include
media-breakpoint-up
(
sm
)
{
@include
media-breakpoint-up
(
sm
)
{
// Scale up the controls a smidge
// Scale up the controls a smidge
.carousel-control
{
.carousel-control
{
...
...
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