nouvelle home
This commit is contained in:
parent
46b251e229
commit
e390d8cd5b
7 changed files with 374 additions and 226 deletions
|
|
@ -42,4 +42,13 @@
|
|||
height: 100%;
|
||||
object-fit: cover;
|
||||
}
|
||||
}
|
||||
|
||||
@mixin hide-scrollbar(){
|
||||
scrollbar-width: none;
|
||||
-ms-overflow-style: none;
|
||||
&::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
--fs-small: 14px;
|
||||
--fs-normal: 16px;
|
||||
--fs-medium: 24px;
|
||||
--fs-medium: 22px;
|
||||
--fs-title-page: 38px;
|
||||
|
||||
--spacing: 20px;
|
||||
|
|
@ -34,7 +34,8 @@
|
|||
--color-violet-medium: #9b92c4;
|
||||
--color-violet-light: #e1dfec;
|
||||
|
||||
--color-yellow: #c4a233;
|
||||
// --color-yellow: #c4a233;
|
||||
--color-yellow: #d4a938;
|
||||
--color-yellow-medium: #e0c46a;
|
||||
--color-yellow-light: #f5f0d5;
|
||||
--color-map: #ad8422;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue