mirror of
https://github.com/KevinMidboe/planetposen.git
synced 2026-09-23 08:22:34 +00:00
Created header and the start of a shopping cart.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
@import './frontend/assets/fonts/planetposen-icons/style.scss';
|
||||
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-family: sans-serif;
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
|
||||
$green: #5cdb95;
|
||||
$text-color: #05386B;
|
||||
Reference in New Issue
Block a user