Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
masonstrap
Commits
9fc8582d
Commit
9fc8582d
authored
Feb 19, 2013
by
Thomas Park
Browse files
readable: change primary color from red to orange, use palette for alerts
parent
3d8d73f5
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
readable/bootstrap.css
View file @
9fc8582d
This diff is collapsed.
Click to expand it.
readable/bootstrap.min.css
View file @
9fc8582d
This source diff could not be displayed because it is too large. You can
view the blob
instead.
readable/variables.less
View file @
9fc8582d
...
...
@@ -24,8 +24,8 @@
@blueDark: #0064cd;
@green: #1C9B47;
@red: #9c0001;
@yellow: #
ffc40d
;
@orange: #
f89406
;
@yellow: #
F8D60D
;
@orange: #
E78B24
;
@pink: #c3325f;
@purple: #7a43b6;
...
...
@@ -38,7 +38,7 @@
// Links
// -------------------------
@linkColor: @
red
;
@linkColor: @
orange
;
@linkColorHover: darken(@linkColor, 5%);
...
...
@@ -84,8 +84,8 @@
// Buttons
// -------------------------
@btnBackground: @
whi
te;
@btnBackgroundHighlight: darken(@
whi
te,
10
%);
@btnBackground: @
grayLigh
te
r
;
@btnBackgroundHighlight: darken(@
grayLigh
te
r
,
5
%);
@btnBorder: #ccc;
@btnPrimaryBackground: lighten(@linkColor, 5%);
...
...
@@ -97,8 +97,8 @@
@btnSuccessBackground: lighten(@green, 5%);
@btnSuccessBackgroundHighlight: @green;
@btnWarningBackground: lighten(@
orange
, 5%);
@btnWarningBackgroundHighlight: @
orange
;
@btnWarningBackground: lighten(@
yellow
, 5%);
@btnWarningBackgroundHighlight: @
yellow
;
@btnDangerBackground: lighten(@red, 5%);
@btnDangerBackgroundHighlight: @red;
...
...
@@ -172,7 +172,7 @@
// Wells
// -------------------------
@wellBackground: #f
5f5f5
;
@wellBackground: #f
efefe
;
// Navbar
...
...
@@ -223,26 +223,26 @@
// Hero unit
// -------------------------
@heroUnitBackground:
@grayLighter
;
@heroUnitBackground:
#fefefe
;
@heroUnitHeadingColor: inherit;
@heroUnitLeadColor: inherit;
// Form states and alerts
// -------------------------
@warningText:
#c09853
;
@warningText:
@orange
;
@warningBackground: #fcf8e3;
@warningBorder: darken(spin(@warningBackground, -10), 3%);
@errorText:
#b94a48
;
@errorText:
@red
;
@errorBackground: #f2dede;
@errorBorder: darken(spin(@errorBackground, -10), 3%);
@successText:
#468847
;
@successText:
@green
;
@successBackground: #dff0d8;
@successBorder: darken(spin(@successBackground, -10), 5%);
@infoText:
#3a87ad
;
@infoText:
@blue
;
@infoBackground: #d9edf7;
@infoBorder: darken(spin(@infoBackground, -10), 7%);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment