Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
U
UserAdminV2
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
庄欣
UserAdminV2
Commits
173e0efc
Commit
173e0efc
authored
Jul 10, 2016
by
Taylor Otwell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add variables file
parent
b5a8c279
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
45 additions
and
1 deletions
+45
-1
resources/assets/sass/app.scss
+2
-1
resources/assets/sass/variables.scss
+43
-0
No files found.
resources/assets/sass/app.scss
View file @
173e0efc
// @import "node_modules/bootstrap-sass/assets/stylesheets/bootstrap";
@import
"variables"
;
@import
"node_modules/bootstrap-sass/assets/stylesheets/bootstrap"
;
resources/assets/sass/variables.scss
0 → 100644
View file @
173e0efc
// Body
$body-bg
:
#f5f8fa
;
// Base Border Color
$laravel-border-color
:
darken
(
$body-bg
,
10%
);
// Set Common Borders
$list-group-border
:
$laravel-border-color
;
$navbar-default-border
:
$laravel-border-color
;
$panel-default-border
:
$laravel-border-color
;
$panel-inner-border
:
$laravel-border-color
;
// Brands
$brand-primary
:
#3097D1
;
$brand-info
:
#8eb4cb
;
$brand-success
:
#4eb76e
;
$brand-warning
:
#cbb956
;
$brand-danger
:
#bf5329
;
// Typography
$font-family-sans-serif
:
"Open Sans"
,
Helvetica
,
Arial
,
sans-serif
;
$font-size-base
:
14px
;
$line-height-base
:
1
.6
;
$text-color
:
#636b6f
;
// Buttons
$btn-default-color
:
$text-color
;
$btn-font-size
:
$font-size-base
;
// Inputs
$input-border
:
lighten
(
$text-color
,
40%
);
$input-border-focus
:
lighten
(
$brand-primary
,
25%
);
$input-color-placeholder
:
lighten
(
$text-color
,
30%
);
// Dropdowns
$dropdown-anchor-padding
:
5px
20px
;
$dropdown-border
:
$laravel-border-color
;
$dropdown-divider-bg
:
lighten
(
$laravel-border-color
,
5%
);
$dropdown-header-color
:
darken
(
$text-color
,
10%
);
$dropdown-link-color
:
$text-color
;
$dropdown-link-hover-bg
:
#fff
;
$dropdown-padding
:
10px
0
;
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