sass → css
This commit is contained in:
parent
68a0dcb88b
commit
72a6378c73
19 changed files with 689 additions and 1057 deletions
42
maquette-tests/assets/css/01_var.css
Normal file
42
maquette-tests/assets/css/01_var.css
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
:root{
|
||||
|
||||
--font: 'Routed Gothic', sans-serif;
|
||||
--font: 'Wagram Slab', serif;
|
||||
--font: 'Bilzig', serif;
|
||||
/* --font: 'HAL Timezone', serif; */
|
||||
--mono: 'Selectric Mono', monospace;
|
||||
--mono: 'Ivory Mono', monospace;
|
||||
--mono: 'Baskemo Sans', monospace;
|
||||
--mono: 'HAL Timezone Mono', monospace;
|
||||
--mono: 'Routed Gothic Wide', sans-serif;
|
||||
|
||||
--font-decor: 'Decor Round Random';
|
||||
|
||||
/* --mono: 'HAL Timezone Mono', monospace; */
|
||||
|
||||
--font-sans: 'Routed Gothic', serif;
|
||||
/* --font-sans: 'Routed Gothic Wide', serif; */
|
||||
/* --note: 'Wagram Slab', serif; */
|
||||
--title: 'HNoailles Times Triplex', sans-serif;
|
||||
|
||||
--red: #9B0000;
|
||||
--green:#009B00;
|
||||
--green-light:#009b0025;
|
||||
--blue: #00009B;
|
||||
|
||||
--grey: #e4e4e4;
|
||||
--border-grey: 2px solid var(--grey);
|
||||
|
||||
|
||||
--indent: 7mm;
|
||||
|
||||
--font-size: 18px;
|
||||
--baseline: 24px;
|
||||
|
||||
--fs-nav: 12px;
|
||||
|
||||
--unit: 20px;
|
||||
--gap: 8px;
|
||||
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue