Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
etersoft.com
Project
Project
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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Давид Добряков
etersoft.com
Commits
1921a14f
Commit
1921a14f
authored
Mar 04, 2020
by
Davyd Dobryakov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor bug fixes
parent
11048698
Pipeline
#6264
failed with stage
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
package.json
package.json
+1
-1
common.scss
src/scss/utils/common.scss
+1
-1
No files found.
package.json
View file @
1921a14f
...
...
@@ -4,7 +4,7 @@
"description"
:
"Test landing for Etersoft"
,
"main"
:
"index.js"
,
"scripts"
:
{
"dev"
:
"webpack-dev-server --
open --host localhost
--port 17001 --mode development"
,
"dev"
:
"webpack-dev-server --
host 0.0.0.0
--port 17001 --mode development"
,
"lint"
:
"npx eslint src/js/*.js"
,
"stylelint"
:
"stylelint 'src/**/*.scss'"
,
"build"
:
"webpack --mode production"
...
...
src/scss/utils/common.scss
View file @
1921a14f
...
...
@@ -252,7 +252,7 @@ a:hover {
background
:
$default-color
;
border
:
1px
solid
$border-base
;
border-radius
:
5px
;
order
:
1
;
order
:
2
;
padding
:
0
.25rem
;
}
...
...
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