~canonical-sysadmins/wordpress/4.7.2

« back to all changes in this revision

Viewing changes to wp-admin/css/colors/sunrise/colors.scss

  • Committer: Jacek Nykis
  • Date: 2015-01-05 16:17:05 UTC
  • Revision ID: jacek.nykis@canonical.com-20150105161705-w544l1h5mcg7u4w9
Initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
$base-color: #cf4944;
 
2
$highlight-color: #dd823b;
 
3
$notification-color: #ccaf0b;
 
4
$menu-submenu-focus-text: lighten( $highlight-color, 35% );
 
5
 
 
6
@import "../_admin.scss";