mirror of
https://github.com/picocss/pico.git
synced 2025-04-24 18:26:14 -04:00
Documentation
This commit is contained in:
parent
80ce6f23c1
commit
f5e4d01cbb
18 changed files with 429 additions and 427 deletions
|
@ -20,10 +20,10 @@
|
|||
--mark: #{rgba($amber-200, .25)};
|
||||
|
||||
// Call-to-Action
|
||||
--primary: #{$primary-600};
|
||||
--primary-hover: #{$primary-500};
|
||||
--primary-focus: #{rgba($primary-600, .25)};
|
||||
--primary-inverse: #{$white};
|
||||
--primary: #{$primary-600};
|
||||
--primary-hover: #{$primary-500};
|
||||
--primary-focus: #{rgba($primary-600, .25)};
|
||||
--primary-inverse: #{$white};
|
||||
|
||||
// Secondary Call-to-Action
|
||||
--secondary: #{$grey-200};
|
||||
|
@ -90,10 +90,10 @@
|
|||
--mark: #{rgba($amber-200, .25)};
|
||||
|
||||
// Call-to-Action
|
||||
--primary: #{$primary-600};
|
||||
--primary-hover: #{$primary-500};
|
||||
--primary-focus: #{rgba($primary-600, .25)};
|
||||
--primary-inverse: #{$white};
|
||||
--primary: #{$primary-600};
|
||||
--primary-hover: #{$primary-500};
|
||||
--primary-focus: #{rgba($primary-600, .25)};
|
||||
--primary-inverse: #{$white};
|
||||
|
||||
// Secondary Call-to-Action
|
||||
--secondary: #{$grey-200};
|
||||
|
|
|
@ -20,10 +20,10 @@
|
|||
--mark: #{rgba($amber-200, .5)};
|
||||
|
||||
// Primary Call-to-Action
|
||||
--primary: #{$primary-600};
|
||||
--primary-hover: #{$primary-700};
|
||||
--primary-focus: #{rgba($primary-600, .125)};
|
||||
--primary-inverse: #{$white};
|
||||
--primary: #{$primary-600};
|
||||
--primary-hover: #{$primary-700};
|
||||
--primary-focus: #{rgba($primary-600, .125)};
|
||||
--primary-inverse: #{$white};
|
||||
|
||||
// Secondary Call-to-Action
|
||||
--secondary: #{mix($grey-700, $grey-800)};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue