Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
A
archivarius
Project
Project
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Andrey Kuvshinov
archivarius
Commits
56d86da7
Commit
56d86da7
authored
Oct 06, 2024
by
AK
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add frontend
parent
9d21232e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
101 additions
and
36 deletions
+101
-36
main.js
frontend/main.js
+0
-36
main.css
frontend/styles/main.css
+0
-0
reset.css
frontend/styles/reset.css
+101
-0
No files found.
frontend/main.js
View file @
56d86da7
...
...
@@ -2,42 +2,6 @@
import
'./styles/reset.css'
import
'./styles/main.css'
import
'./styles/header.css'
import
'./styles/slider.css'
import
'./styles/shoplist.css'
import
'./styles/product.css'
import
'./styles/addcart.css'
import
'./styles/header-cart.css'
//import './styles/language_switcher.css'
import
'./styles/gallery.css'
import
'./styles/footer.css'
import
'./styles/tour-filters.css'
//import './styles/noUi.css'
import
'./styles/slider-range.css'
//noUiSlider
//import noUiSlider from 'nouislider';
//import './frontend/styles/product-gallery.css'
//import './frontend/styles/valute.css'
import
'./js/langform.js'
//компоненты
import
'./components/details/details.css'
import
'./components/details/details.js'
import
'./components/product-gallery/product-gallery.css'
import
'./components/product-gallery/product-gallery.js'
import
'./components/burger/burger.css'
import
'./components/burger/burger.js'
//scripts
import
'./js/range.js'
import
'./js/slider.js'
import
'./js/gallery.js'
...
...
frontend/styles/main.css
0 → 100644
View file @
56d86da7
frontend/styles/reset.css
0 → 100644
View file @
56d86da7
/* reset.css */
/* Box sizing rules */
*,
*
::before
,
*
::after
{
box-sizing
:
border-box
;
}
/* Remove default margin and padding */
body
,
h1
,
h2
,
h3
,
h4
,
h5
,
h6
,
p
,
ul
,
ol
,
li
,
figure
,
figcaption
,
blockquote
,
dl
,
dd
{
margin
:
0
;
padding
:
0
;
}
*
{
margin
:
0
;
padding
:
0
;
box-sizing
:
border-box
;
}
/* Set default font styles */
body
{
font-family
:
Arial
,
sans-serif
;
line-height
:
1.5
;
}
/* Remove list styles on ul, ol elements */
ul
,
ol
,
li
{
list-style
:
none
;
}
/* Remove default link styles */
a
{
text-decoration
:
none
;
color
:
inherit
;
}
/* Remove default styles for images and videos */
img
,
video
{
max-width
:
100%
;
height
:
auto
;
display
:
block
;
}
/* Remove default styles for blockquote */
blockquote
{
quotes
:
none
;
}
/* Remove default styles for tables */
table
{
border-collapse
:
collapse
;
border-spacing
:
0
;
}
/* Remove default outline styles */
:focus
{
outline
:
none
;
}
/* Reset form element styles */
input
,
textarea
,
button
,
select
{
font-family
:
inherit
;
font-size
:
inherit
;
padding
:
0
;
margin
:
0
;
box-sizing
:
border-box
;
}
button
{
border-radius
:
0
;
-webkit-appearance
:
none
;
-webkit-border-radius
:
none
;
}
\ No newline at end of file
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