less: adding contextual buttons.
This commit is contained in:
parent
9af7b3cc01
commit
b096381aaf
2 changed files with 15 additions and 0 deletions
|
|
@ -104,6 +104,16 @@
|
|||
@button-brand-color: white;
|
||||
@button-brand-bg: @brand-color;
|
||||
|
||||
// State
|
||||
@button-info-color: white;
|
||||
@button-info-bg: @state-info-text;
|
||||
@button-success-color: white;
|
||||
@button-success-bg: @state-success-text;
|
||||
@button-warning-color: white;
|
||||
@button-warning-bg: @state-warning-text;
|
||||
@button-danger-color: white;
|
||||
@button-danger-bg: @state-danger-text;
|
||||
|
||||
// Company.
|
||||
|
||||
@button-google-color: white;
|
||||
|
|
|
|||
Reference in a new issue