Sha256: 4926a19b99c56f08b2c3188ee7069501525bd3e8c0fbdce4875bcb2a37e4186e
Contents?: true
Size: 1.37 KB
Versions: 40
Compression:
Stored size: 1.37 KB
Contents
/*------------------------------------ Borders None ------------------------------------*/ .g-brd-around-none { border-width: 0 !important; } .g-brd-top-none { border-top: none !important; } .g-brd-right-none { border-right: none !important; } .g-brd-bottom-none { border-bottom: none !important; } .g-brd-left-none { border-left: none !important; } @media (min-width: $g-sm) { .g-brd-around-none--sm { border: none !important; } .g-brd-top-none--sm { border-top: none !important; } .g-brd-right-none--sm { border-right: none !important; } .g-brd-bottom-none--sm { border-bottom: none !important; } .g-brd-left-none--sm { border-left: none !important; } } @media (min-width: $g-md) { .g-brd-around-none--md { border: none !important; } .g-brd-top-none--md { border-top: none !important; } .g-brd-right-none--md { border-right: none !important; } .g-brd-bottom-none--md { border-bottom: none !important; } .g-brd-left-none--md { border-left: none !important; } } @media (min-width: $g-lg) { .g-brd-around-none--lg { border: none !important; } .g-brd-top-none--lg { border-top: none !important; } .g-brd-right-none--lg { border-right: none !important; } .g-brd-bottom-none--lg { border-bottom: none !important; } .g-brd-left-none--lg { border-left: none !important; } }
Version data entries
40 entries across 40 versions & 1 rubygems