Lines Matching refs:nth
85 &.#{nth($width, 1)} {
86 @include input-size(#{nth($width, 1)});
213 &.#{nth($error, 1)} {
217 @if nth($error, 1) == danger {
220 @if nth($error, 1) == warning {
223 @if nth($error, 1) == success {
231 color: nth($error, 2);
247 border-color: nth($error, 2);
248 background: lighten(nth($error, 2), 35%);
257 textarea { color: nth($error, 2); }
264 &.#{nth($error, 1)} {
265 border-color: nth($error, 2);
266 color: nth($error, 2);
267 background: lighten(nth($error, 2), 35%);
269 select, &:after { color: nth($error, 2); }
298 &.#{nth($error, 1)} {
299 color: nth($error, 2);
300 @if nth($error, 1) == success {
302 i { color: nth($error, 2); }
305 border-color: nth($error, 2);
306 color: nth($error, 2);
307 background: lighten(nth($error, 2), 35%);