This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
bianca-maria
/
Triplo-X
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Creating the config.less file that contains color variables
master
bianca-maria
3 years ago
parent
4508bd018a
commit
cf7ac32e0a
2 changed files
with
19 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
styles/base.less
+18
-0
styles/config.less
+ 1
- 0
styles/base.less
View File
@ -1,4 +1,5 @@
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
@import "./config.less";
html {
html {
body {
body {
+ 18
- 0
styles/config.less
View File
@ -0,0 +1,18 @@
//colors
@bgColorBody: #e6e6e6;
@bgColorHeader:#EAD945;
@bgColorFooter: chocolate;
@bgColorTable:#edce73;
@colorLabelCheck:red;
@bgColorInput:whitesmoke;
@bgColorButton:white;
//text-fonts
@colorFooterP:#ffd045;
@colorFooterSp:#ffde7c;
//styles-border
@widthBorder: 1px;
@colorBorder:#007bff5e;
@defaultBorder: @widthBorder solid @colorBorder;
Write
Preview
Loading…
Cancel
Save