Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
xiaomai-cloud-class-web
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
xiaomai-cloud-class
xiaomai-cloud-class-web
Commits
c84da39e
Commit
c84da39e
authored
May 30, 2021
by
zhangleyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:修改按钮样式
parent
596e3228
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
8 deletions
+6
-8
src/modules/root/Header.less
+6
-8
No files found.
src/modules/root/Header.less
View file @
c84da39e
...
@@ -326,12 +326,11 @@
...
@@ -326,12 +326,11 @@
cursor: pointer;
cursor: pointer;
position: relative;
position: relative;
.link-btn{
.link-btn{
padding:6px 12px;
padding:3px 12px;
opacity: 0.5;
border: 1px solid rgba(255, 255, 255, 0.5);
border: 2px solid #FFFFFF;
border-radius: 4px;
border-radius: 4px;
&:hover{
&:hover{
opacity: 1
;
border: 1px solid rgba(255, 255, 255, 1)
;
}
}
}
}
.store-popover {
.store-popover {
...
@@ -396,12 +395,11 @@
...
@@ -396,12 +395,11 @@
cursor: pointer;
cursor: pointer;
margin-left: 16px;
margin-left: 16px;
.share-btn{
.share-btn{
padding:6px 12px;
padding:3px 12px;
opacity: 0.5;
border: 1px solid rgba(255, 255, 255, 0.5);
border: 2px solid #FFFFFF;
border-radius: 4px;
border-radius: 4px;
&:hover{
&:hover{
opacity: 1
;
border: 1px solid rgba(255, 255, 255, 1)
;
}
}
}
}
}
}
...
...
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