mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-14 14:25:45 +03:00
Theme: Add WIP styles for About page.
This commit is contained in:
parent
7b45a8c1c1
commit
a197adc6e2
13 changed files with 285 additions and 168 deletions
31
themes/wporg-5ftf/css/settings/_colors.scss
Normal file
31
themes/wporg-5ftf/css/settings/_colors.scss
Normal file
|
@ -0,0 +1,31 @@
|
|||
$color__background-body: #fff;
|
||||
$color__background-screen: #f1f1f1;
|
||||
$color__background-hr: #eee;
|
||||
$color__background-button: #eee;
|
||||
$color__background-pre: #eee;
|
||||
$color__background-ins: #fff9c0;
|
||||
|
||||
$color__text-screen: #21759b;
|
||||
$color__text-input: #32373c;
|
||||
$color__text-input-focus: #111;
|
||||
$color__link: #0073aa;
|
||||
$color__link-visited: #4ca6cf;
|
||||
$color__link-hover: #d54e21;
|
||||
$color__link-button: #555555;
|
||||
$color__text-main: #555D66;
|
||||
$color__text-over-background: #FFFFFF;
|
||||
$color__text-heading: #606A73;
|
||||
$color__text-heading-darker: #23282D;
|
||||
|
||||
$color__border: #eee;
|
||||
$color__border-button: #ccc #ccc #bbb;
|
||||
$color__border-button-hover: #ccc #bbb #aaa;
|
||||
$color__border-button-focus: #aaa #bbb #bbb;
|
||||
$color__border-input: #ddd;
|
||||
$color__border-abbr: #666;
|
||||
|
||||
$color__wp-blue: #0073aa;
|
||||
$color__base-gray: $color__text-main;
|
||||
$color__green: #C7E8CA;
|
||||
$color__wporg-blue: #1E8CBE;
|
||||
$color__wporg-purple: #826EB4;
|
|
@ -2,3 +2,5 @@
|
|||
@import "../../../pub/wporg/css/settings/modular-scale";
|
||||
@import "../../../pub/wporg/css/settings/structure";
|
||||
@import "../../../pub/wporg/css/settings/typography";
|
||||
@import "colors";
|
||||
@import "structure";
|
||||
|
|
3
themes/wporg-5ftf/css/settings/_structure.scss
Normal file
3
themes/wporg-5ftf/css/settings/_structure.scss
Normal file
|
@ -0,0 +1,3 @@
|
|||
$breakpoint-tablet: 768px !default;
|
||||
$breakpoint-desktop: 960px !default;
|
||||
$breakpoint-desktop-large: 1200px !default;
|
Loading…
Add table
Add a link
Reference in a new issue