Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
joshine
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
joshine
Commits
3eb3a243
Commit
3eb3a243
authored
Feb 16, 2023
by
halweg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat : joshine_utils less update
parent
30dc2f27
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
43 additions
and
39 deletions
+43
-39
app/design/frontend/Joshine/breeze/web/css/_joshine_utils.less
+43
-39
No files found.
app/design/frontend/Joshine/breeze/web/css/_joshine_utils.less
View file @
3eb3a243
...
@@ -36,6 +36,49 @@
...
@@ -36,6 +36,49 @@
margin: 0;
margin: 0;
background: #ed9d00;
background: #ed9d00;
}
}
/*背景色组*/
.joshine-bg-default {
background-color: #f7f8fa !important;
}
.joshine-bg-gray {
background-color: #767676 !important;
}
/*玄铁灰*/
.joshine-font-c-darkgray {
color: #767676 !important;
}
/*神秘银*/
.joshine-font-c-gray {
color: #999 !important;
}
/*深邃黑*/
.joshine-font-c-deepin {
color: #222222 !important;
}
/*字重组*/
.joshine-font-w-bolder{
font-weight: bolder;
}
/*字号组*/
.joshine-font-size-default {
font-size: 16px;
}
.joshine-font-mini {
font-size: 12px;
}
.joshine-font-mini-plus {
font-size:13px;
}
.joshine-foot-mark {
font-size: 13px;
line-height: 13px;
color: #999;
}
/*按钮*/
/*按钮*/
.joshine-btn {
.joshine-btn {
display: inline-block;
display: inline-block;
...
@@ -93,45 +136,6 @@ fieldset[disabled] a.joshine-btn {
...
@@ -93,45 +136,6 @@ fieldset[disabled] a.joshine-btn {
border-color: #000;
border-color: #000;
}
}
/**********************原子部件*************************/
/*背景色组*/
.joshine-bg-default {
background-color: #f7f8fa !important;
}
.joshine-bg-gray {
background-color: #767676 !important;
}
/*字色组*/
.joshine-font-c-darkgray {
color: #767676 !important;
}
.joshine-font-c-gray {
color: #999 !important;
}
/*字重组*/
.joshine-font-w-bolder{
font-weight: bolder;
}
/*字号组*/
.joshine-font-size-default {
font-size: 16px;
}
.joshine-font-mini {
font-size: 12px;
}
.joshine-font-mini-plus {
font-size:13px;
}
.joshine-foot-mark {
font-size: 13px;
line-height: 13px;
color: #999;
}
...
...
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