mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-21 18:54:30 +01:00
Update carousel-caption btn styles
This commit is contained in:
parent
19d5e61668
commit
e183dd46a2
@ -91,8 +91,6 @@ body {
|
|||||||
.carousel-caption .lead {
|
.carousel-caption .lead {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
line-height: 1.25;
|
line-height: 1.25;
|
||||||
color: #fff;
|
|
||||||
text-shadow: 0 1px 1px rgba(0,0,0,.4);
|
|
||||||
}
|
}
|
||||||
.carousel-caption .btn {
|
.carousel-caption .btn {
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
|
@ -163,6 +163,9 @@
|
|||||||
padding-bottom: 20px;
|
padding-bottom: 20px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
text-shadow: 0 1px 2px rgba(0,0,0,.6);
|
text-shadow: 0 1px 2px rgba(0,0,0,.6);
|
||||||
|
& .btn {
|
||||||
|
text-shadow: none; // No shadow for button elements in carousel-caption
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user