Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
news
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Sartika Aritonang
news
Commits
dec1a6e3
Commit
dec1a6e3
authored
4 years ago
by
Sartika Aritonang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upload New File
parent
16bffdcc
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
0 deletions
+23
-0
_buttons.scss
project/static/home_design/scss/_buttons.scss
+23
-0
No files found.
project/static/home_design/scss/_buttons.scss
0 → 100644
View file @
dec1a6e3
.btn
{
box-shadow
:
0
.1875rem
.1875rem
0
rgba
(
0
,
0
,
0
,.
1
)
!
important
;
padding
:
1
.25rem
2rem
;
font-family
:
'Varela Round'
;
font-size
:
80%
;
text-transform
:
uppercase
;
letter-spacing
:
.15rem
;
border
:
0
;
}
.btn-primary
{
background-color
:
$primary
;
&
:hover
{
background-color
:
darken
(
$primary
,
10%
);
}
&
:focus
{
background-color
:
darken
(
$primary
,
10%
);
color
:
white
;
}
&
:active
{
background-color
:
darken
(
$primary
,
15%
)
!
important
;
}
}
This diff is collapsed.
Click to expand it.
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