Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GuiΩ
ActivitesMentales_Django
Commits
982e7ee8
Commit
982e7ee8
authored
Jun 21, 2022
by
GuiΩ
Browse files
chore(css): use SASS
parent
5e8cacf1
Changes
2
Hide whitespace changes
Inline
Side-by-side
frontend/package.json
View file @
982e7ee8
...
...
@@ -11,6 +11,7 @@
"@vuepic/vue-datepicker"
:
"^3.2.2"
,
"axios"
:
"^0.27.2"
,
"cypress"
:
"^10.1.0"
,
"sass"
:
"^1.52.3"
,
"vue"
:
"^3.2.36"
,
"vue-router"
:
"^4.0.15"
},
...
...
frontend/src/components/FeuilleList.vue
View file @
982e7ee8
...
...
@@ -106,22 +106,20 @@ Events:
</
template
>
<
style
scoped
>
.FeuilleList
{
vertical-align
:
top
;
overflow-y
:
scroll
;
scroll-behavior
:
smooth
;
text-align
:
center
;
<
style
lang=
"sass"
>
.FeuilleList
vertical-align
:
top
overflow-y
:
scroll
scroll-behavior
:
smooth
text-align
:
center
/* width: 1200px; */
min-height
:
100px
;
min-height
:
100px
/* height: 600px; */
margin
:
0
;
padding
:
0
;
list-style
:
none
;
background-color
:
#ffdffb
;
}
.FeuilleList_newFeuilleBtn
{
margin
:
20px
;
}
margin
:
0
padding
:
0
list-style
:
none
background-color
:
#ffdffb
.FeuilleList_newFeuilleBtn
margin
:
20px
</
style
>
Write
Preview
Supports
Markdown
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