Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2017
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.47 KB | None | 0 0
  1. $mb-odds-btn: (
  2.     mob: (
  3.         col-1: $white,
  4.         col-2: color(1, tertiary),
  5.         base-1: color(1, quinary),
  6.         base-2: rgba($white, .1),
  7.         active-1: color(1, secondary),
  8.         active-2: rgba(color(1, secondary), .5),
  9.     ),
  10.     tabup: (
  11.         col-1: $white,
  12.         col-2: color(1, tertiary),
  13.         base: rgba($black, .45),
  14.         active: color(1, secondary),
  15.         bs-1: $white,
  16.         bs-2: $background,
  17.         bd-1: $black
  18.     )
  19. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement