2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

Rename gradient mixins to match new naming convention

gradient-{horizontal=>x}[-three-colors]
gradient-{vertical=>y}[-three-colors]
This commit is contained in:
Chris Rebert
2016-01-13 15:34:01 -08:00
parent fa696d0465
commit 44a1361079
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -102,12 +102,12 @@
// Set gradients for backgrounds
&.left {
@include gradient-horizontal($start-color: rgba(0,0,0,.5), $end-color: rgba(0,0,0,.0001));
@include gradient-x($start-color: rgba(0,0,0,.5), $end-color: rgba(0,0,0,.0001));
}
&.right {
right: 0;
left: auto;
@include gradient-horizontal($start-color: rgba(0,0,0,.0001), $end-color: rgba(0,0,0,.5));
@include gradient-x($start-color: rgba(0,0,0,.0001), $end-color: rgba(0,0,0,.5));
}
// Hover/focus state