Socket
Book a DemoInstallSign in
Socket

qollab-unbranded

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

qollab-unbranded

Fundamental styling for Qollab products and projects.

1.1.0
latest
npmnpm
Version published
Maintainers
1
Created
Source

Includes

  • box-sizing
  • normalize (dependency v8.0.1)
  • element resets
  • base styling for elements

Install

yarn install qollab-unbranded

Usage

Import qollab-unbranded in your index file and create another file for your project specific base styling.

index.css

@import 'qollab-unbranded';
@import './base.css';

base.css

body {
  color: var(--body-color);
  font-family: var(--body-font);
  font-weight: var(--body-weight);
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font);
  font-weight: var(--heading-weight);
}

a {
  text-decoration: none;
}

::placeholder { color: #bbb; }

optional

ul,
ol {
  list-style-position: outside;
  list-style: none;
  padding: 0;
}

/* remove text-shadow in selection highlight for better readability. */
::selection {
  background: #B3D4FC;
  text-shadow: none;
}

FAQs

Package last updated on 30 Aug 2019

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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.