mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03:00
Fixes #6935: Use standard decimal points for .opacity() mixin
This commit is contained in:
+2
-2
@@ -75,7 +75,7 @@
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
width: 15%;
|
||||
.opacity(50);
|
||||
.opacity(.5);
|
||||
font-size: 20px;
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
@@ -105,7 +105,7 @@
|
||||
&:focus {
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
.opacity(90);
|
||||
.opacity(.9);
|
||||
}
|
||||
|
||||
// Toggles
|
||||
|
||||
Reference in New Issue
Block a user