New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

basscss-button-transparent

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

basscss-button-transparent

Transparent button color module for Basscss

  • 1.1.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
42
decreased by-71.03%
Maintainers
1
Weekly downloads
 
Created
Source

This module has been deprecated in favor of basscss-btn

This module provides a minimal text-only button style well suited for navigation links or icon buttons.

The .button-transparent style inherits color from its parent.

<div class="blue">
  <button class="button-transparent">Button</button>
  <a href="#!" class="button button-transparent">Link Button</a>
  <input type="button" class="button button-transparent" value="Input Button">
</div>

Use color utilities to change the color.

<button class="button-transparent">Button</button>
<button class="button-transparent navy">Button</button>
<button class="button-transparent blue">Button</button>
<button class="button-transparent aqua">Button</button>
<button class="button-transparent teal">Button</button>
<button class="button-transparent olive">Button</button>
<button class="button-transparent green">Button</button>
<button class="button-transparent lime">Button</button>
<button class="button-transparent yellow">Button</button>
<button class="button-transparent orange">Button</button>
<button class="button-transparent red">Button</button>
<button class="button-transparent maroon">Button</button>
<button class="button-transparent fuchsia">Button</button>
<button class="button-transparent purple">Button</button>

Keywords

FAQs

Package last updated on 30 Aug 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc