mirror of
https://github.com/picocss/pico.git
synced 2025-04-27 03:36:13 -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};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue