2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

Move inline properties to variables.less

moved buttons.less, carousel.less & close.less in this commit
This commit is contained in:
syed
2013-07-20 12:56:20 +05:00
parent 453346262f
commit c2e37414d8
4 changed files with 30 additions and 11 deletions
+3 -3
View File
@@ -8,13 +8,13 @@
font-size: (@font-size-base * 1.5);
font-weight: bold;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 rgba(255,255,255,1);
color: @close-color;
text-shadow: @close-text-shadow;
.opacity(.2);
&:hover,
&:focus {
color: #000;
color: @close-hover-color;
text-decoration: none;
cursor: pointer;
.opacity(.5);