grunt dist
This commit is contained in:
parent
1554b7cdd7
commit
bfb99413ee
9 changed files with 30 additions and 12 deletions
14
dist/css/bootstrap-rtl.css
vendored
14
dist/css/bootstrap-rtl.css
vendored
|
|
@ -7053,11 +7053,13 @@ button.close {
|
|||
.carousel-control .icon-prev,
|
||||
.carousel-control .glyphicon-chevron-left {
|
||||
right: 50%;
|
||||
margin-right: -10px;
|
||||
}
|
||||
|
||||
.carousel-control .icon-next,
|
||||
.carousel-control .glyphicon-chevron-right {
|
||||
left: 50%;
|
||||
margin-left: -10px;
|
||||
}
|
||||
|
||||
.carousel-control .icon-prev,
|
||||
|
|
@ -7065,7 +7067,6 @@ button.close {
|
|||
width: 20px;
|
||||
height: 20px;
|
||||
margin-top: -10px;
|
||||
margin-right: -10px;
|
||||
font-family: serif;
|
||||
}
|
||||
|
||||
|
|
@ -7134,10 +7135,19 @@ button.close {
|
|||
width: 30px;
|
||||
height: 30px;
|
||||
margin-top: -15px;
|
||||
margin-right: -15px;
|
||||
font-size: 30px;
|
||||
}
|
||||
|
||||
.carousel-control .glyphicon-chevron-left,
|
||||
.carousel-control .icon-prev {
|
||||
margin-right: -15px;
|
||||
}
|
||||
|
||||
.carousel-control .glyphicon-chevron-right,
|
||||
.carousel-control .icon-next {
|
||||
margin-left: -15px;
|
||||
}
|
||||
|
||||
.carousel-caption {
|
||||
right: 20%;
|
||||
left: 20%;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue