Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
syncEnrollments
Project
Project
Details
Activity
Releases
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
Yeray Santana Hualde
syncEnrollments
Commits
1cbbf41c
Commit
1cbbf41c
authored
Jul 24, 2016
by
Taylor Otwell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove some unneeded variables.
parent
6f2541f1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
10 deletions
+7
-10
app.scss
resources/assets/sass/app.scss
+6
-0
variables.scss
resources/assets/sass/variables.scss
+1
-10
No files found.
resources/assets/sass/app.scss
View file @
1cbbf41c
// Fonts
@import
url(https://fonts.googleapis.com/css?family=Raleway:300,400,600)
;
@import
url(https://fonts.googleapis.com/css?family=Raleway:300,400,600)
;
// Variables
@import
"variables"
;
@import
"variables"
;
// Bootstrap
@import
"node_modules/bootstrap-sass/assets/stylesheets/bootstrap"
;
@import
"node_modules/bootstrap-sass/assets/stylesheets/bootstrap"
;
// Custom Styling
@import
"theme"
@import
"theme"
resources/assets/sass/variables.scss
View file @
1cbbf41c
...
@@ -31,19 +31,10 @@ $navbar-default-bg: #fff;
...
@@ -31,19 +31,10 @@ $navbar-default-bg: #fff;
$btn-default-color
:
$text-color
;
$btn-default-color
:
$text-color
;
$btn-font-weight
:
600
;
$btn-font-weight
:
600
;
// Inputs
//
//
Inputs
$input-border
:
lighten
(
$text-color
,
40%
);
$input-border
:
lighten
(
$text-color
,
40%
);
$input-border-focus
:
lighten
(
$brand-primary
,
25%
);
$input-border-focus
:
lighten
(
$brand-primary
,
25%
);
$input-color-placeholder
:
lighten
(
$text-color
,
30%
);
$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
;
// Panels
// Panels
$panel-default-heading-bg
:
#fff
;
$panel-default-heading-bg
:
#fff
;
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