mirror of
https://github.com/KevinMidboe/planetposen.git
synced 2025-10-29 17:50:32 +00:00
Created header and the start of a shopping cart.
This commit is contained in:
17
frontend/styles/global.scss
Normal file
17
frontend/styles/global.scss
Normal file
@@ -0,0 +1,17 @@
|
||||
|
||||
.flex {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.justify-content-center {
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.align-items-center {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.flex-direction-column {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
1
frontend/styles/icons.scss
Normal file
1
frontend/styles/icons.scss
Normal file
@@ -0,0 +1 @@
|
||||
@import './frontend/assets/fonts/planetposen-icons/style.scss';
|
||||
6
frontend/styles/normalize.scss
vendored
Normal file
6
frontend/styles/normalize.scss
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-family: sans-serif;
|
||||
}
|
||||
3
frontend/styles/variables.scss
Normal file
3
frontend/styles/variables.scss
Normal file
@@ -0,0 +1,3 @@
|
||||
|
||||
$green: #5cdb95;
|
||||
$text-color: #05386B;
|
||||
Reference in New Issue
Block a user