Search
 
SCRIPT & CODE EXAMPLE
 

CSS

you tried to parse scss with the standard css parser; try again with the postcss-scss parser

// Bootstrap Overrides
$text-secondary: #2E93B1;
$text-muted: #ccc;
$link-color: #2E93B1;

.text-secondary {
  color: $text-secondary !important;
}

// LabCorp UI Overrides
$theme-colors: (
  'primary': #003A70,
  'secondary': #2E93B1,
  'success': #155724,
  'danger': #790E1D,
  'warning': #C59C38,
  'info': #007A6E,
  'light': #EDF1F4,
  'dark': #0B1519,
);

// UI design colors
$primary: #007FA3;
$highlighted: #D57800;
$accent: #5F456F;
$accent-secondary: #808080;
$related: #D1EAF1;
Comment

PREVIOUS NEXT
Code Example
Css :: change d in path svg css 
Css :: scss variables mixins 
Css :: fond de couleur noir et texte en blanc css 
Css :: how to remove elementor button outline after pressing button 
Css :: css3 
Css :: responsive text size 
Css :: frontend to backend fetching 
Css :: sass @use 
Css :: on hover show text in bootstrap 
Css :: sed replace spaces with hyphen 
Css :: prevenrt div with height 100% from growing up 
Css :: horizontal scroll menu fade edges 
Css :: css validation 
Css :: css accordian triangle 
Css :: Creating DEV logo with CSS 
Css :: overiade main style only for specific page sass 
Css :: how to center topnav bar in html 
Css :: how to add blurr and grain in css 
Css :: wordpress localhost css not working 
Css :: advance logic in css 
Css :: how to decrease x-axis scrollbar width through css 
Css :: caching 
Css :: remove grayscale no filter css 
Css :: css selector list 
Css :: the user specified as a definer does not exist 
Typescript :: cannot be loaded because running scripts is disabled on this system 
Typescript :: regex only digits and dots 
Typescript :: downgrade typescript version 
Typescript :: convert htmlcollection to array 
Typescript :: three dots icon flutter 
ADD CONTENT
Topic
Content
Source link
Name
2+1 =