Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
B
Backend Server
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SpinShare
Backend Server
Commits
f78016f8
Commit
f78016f8
authored
Jun 17, 2020
by
SpinShare
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated buttons
parent
186b2090
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
26 deletions
+23
-26
public/assets/css/main.css
public/assets/css/main.css
+11
-13
public/assets/css/main.less
public/assets/css/main.less
+12
-13
No files found.
public/assets/css/main.css
View file @
f78016f8
...
...
@@ -72,24 +72,22 @@ section.section-library {
button
,
.button
{
font-family
:
'Open Sans'
,
sans-serif
;
font-size
:
12px
;
text-decoration
:
none
;
border
:
0px
;
color
:
#fff
;
background
:
rgba
(
255
,
255
,
255
,
0.2
);
text-transform
:
uppercase
;
font-weight
:
700
;
font-size
:
12px
;
font-weight
:
bold
;
letter-spacing
:
0.1em
;
background
:
linear-gradient
(
135deg
,
rgba
(
255
,
255
,
255
,
0.3
),
rgba
(
255
,
255
,
255
,
0.1
));
padding
:
10px
20px
;
border-radius
:
4px
;
padding
:
7px
14px
;
border
:
0px
;
text-decoration
:
none
;
text-align
:
center
;
user-select
:
none
;
transition
:
0.2s
ease-in-out
background
,
0.2s
ease-in-out
color
;
text-transform
:
uppercase
;
transition
:
0.2s
ease-in-out
all
;
cursor
:
pointer
;
}
button
:hover
,
.button
:hover
{
background
:
#fff
;
color
:
#222
;
cursor
:
pointer
;
opacity
:
0.6
;
}
button
:focus
,
.button
:focus
{
...
...
public/assets/css/main.less
View file @
f78016f8
...
...
@@ -77,22 +77,21 @@ section {
button, .button {
font-family: 'Open Sans', sans-serif;
font-size: 12px;
text-decoration: none;
border: 0px;
color: #fff;
background: rgba(255,255,255,0.2);
text-transform: uppercase;
font-weight: 700;
font-size: 12px;
font-weight: bold;
letter-spacing: 0.1em;
background: linear-gradient(135deg, rgba(255,255,255,0.3), rgba(255,255,255,0.1));
padding: 10px 20px;
border-radius: 4px;
padding: 7px 14px;
border: 0px;
text-decoration: none;
text-align: center;
user-select: none;
transition: 0.2s ease-in-out background, 0.2s ease-in-out color;
text-transform: uppercase;
transition: 0.2s ease-in-out all;
cursor: pointer;
&:hover {
background: #fff;
color: #222;
cursor: pointer;
opacity: 0.6;
}
&:focus {
outline: 0;
...
...
@@ -102,7 +101,7 @@ button, .button {
background: transparent;
&:hover {
background: rgba(255,
255,255,
0.2);
background: rgba(255,
255, 255,
0.2);
color: #fff;
}
&:active {
...
...
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