Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
ufo-app-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
htoooth
6 years ago
Commit
3ca83adc86ba848bbdd0c2e03cabb4942cf1fea4
1 parent
4c6ea49a
fix
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
5 deletions
apps/pages/single/license/index.js
apps/statics/scss/theme.styl
apps/pages/single/license/index.js
View file @
3ca83ad
import
form
from
'./license'
;
export
default
[{
path
:
'/mapp/license/form.html'
,
name
:
'licenseForm'
,
component
:
form
component
:
()
=>
import
(
/* webpackChunkName: "license" */
'./form'
)
}];
...
...
apps/statics/scss/theme.styl
View file @
3ca83ad
...
...
@@ -113,7 +113,7 @@ $index-list-nav-active-color := $color-orange
$picker-bgc := $color-white
$picker-title-color := $color-dark-grey
$picker-subtitle-color := $color-light-grey
$picker-confirm-btn-color :=
$color-orange
$picker-confirm-btn-color :=
black
$picker-confirm-btn-active-color := $color-light-orange
$picker-cancel-btn-color := $color-light-grey
$picker-cancel-btn-active-color := $color-light-grey-s
...
...
@@ -218,4 +218,4 @@ $image-preview-counter-color := $color-white
// tab-bar & tab-panel
$tab-color := $color-grey
$tab-active-color := $color-dark-orange
$tab-slider-bgc := $color-dark-orange
\ No newline at end of file
$tab-slider-bgc := $color-dark-orange
...
...
Please
register
or
login
to post a comment