Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
coopwire-hypothesis
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
孙灵跃 Leon Sun
coopwire-hypothesis
Commits
8f874371
Commit
8f874371
authored
May 05, 2020
by
Robert Knight
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move `form-input` styles to `components/form-input.scss`
Follow the module naming convention of other components.
parent
2fdaeb06
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
form-input.scss
src/styles/sidebar/components/form-input.scss
+2
-2
sidebar.scss
src/styles/sidebar/sidebar.scss
+1
-0
No files found.
src/styles/
forms
.scss
→
src/styles/
sidebar/components/form-input
.scss
View file @
8f874371
@use
"mixins/forms"
;
@use
"variables"
as
var
;
@use
"
../../
mixins/forms"
;
@use
"
../../
variables"
as
var
;
.form-input
{
@include
forms
.
form-input
;
...
...
src/styles/sidebar/sidebar.scss
View file @
8f874371
...
...
@@ -39,6 +39,7 @@
@use
'./components/button'
;
@use
'./components/excerpt'
;
@use
'./components/focused-mode-header'
;
@use
'./components/form-input'
;
@use
'./components/group-list'
;
@use
'./components/group-list-item'
;
@use
'./components/help-panel'
;
...
...
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