Theme: Add WIP styles for About page.

This commit is contained in:
Ian Dunn 2019-09-26 15:34:24 -07:00
parent 7b45a8c1c1
commit a197adc6e2
No known key found for this signature in database
GPG key ID: 99B971B50343CBCB
13 changed files with 285 additions and 168 deletions

View 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;

View file

@ -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";

View file

@ -0,0 +1,3 @@
$breakpoint-tablet: 768px !default;
$breakpoint-desktop: 960px !default;
$breakpoint-desktop-large: 1200px !default;