mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-21 07:15:09 +00:00
11 lines
No EOL
246 B
Text
11 lines
No EOL
246 B
Text
#header {
|
|
color: (@base-color * 3);
|
|
border-left: @the-border;
|
|
border-right: (@the-border * 2);
|
|
}
|
|
#footer {
|
|
color: (@base-color + #003300);
|
|
border-color: @red;
|
|
}
|
|
@red: blue; // var is overridden by the modifyVars
|
|
//@base-color: green; |