diff options
author | Igor Scheller <igor.scheller@igorshp.de> | 2018-09-10 17:22:05 +0200 |
---|---|---|
committer | Igor Scheller <igor.scheller@igorshp.de> | 2018-09-10 18:22:48 +0200 |
commit | c1a1180d1f43a430b38450cb0b64bcd74487b4ae (patch) | |
tree | d2e532f8f7f3233517dd1ad8de5cb1b7e1ccc5ad /frontend/themes/theme2.less | |
parent | 4bf3a68f43e4fcea34fe0a16cb3e1eecb97d332a (diff) |
Moved frontend, templates and lang to resources
Diffstat (limited to 'frontend/themes/theme2.less')
-rw-r--r-- | frontend/themes/theme2.less | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/frontend/themes/theme2.less b/frontend/themes/theme2.less deleted file mode 100644 index 231dc4c4..00000000 --- a/frontend/themes/theme2.less +++ /dev/null @@ -1,27 +0,0 @@ -@import "../../node_modules/bootstrap/less/variables"; - -@brand-primary: #758499; -@brand-success: #7b9c41; -@brand-info: #9c7357; -@brand-warning: #e3a14d; -@brand-danger: #7f528b; - -@link-color: #58585a; - -@state-success-text: #638232; -@state-success-bg: lighten(@brand-success,50%); -@state-success-border: @brand-success; - -@state-info-text: #826045; -@state-info-bg: lighten(@brand-info,50%); -@state-info-border: @brand-info; - -@state-warning-text: #bc8640; -@state-warning-bg: lighten(@brand-warning,50%); -@state-warning-border: @brand-warning; - -@state-danger-text: #694374; -@state-danger-bg: lighten(@brand-danger,50%); -@state-danger-border: @brand-danger; - -@import "base.less"; |