-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathauto-settings-2.0.css
More file actions
110 lines (97 loc) · 3.18 KB
/
auto-settings-2.0.css
File metadata and controls
110 lines (97 loc) · 3.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
/*
Theme Name: Laman7 - Bricks Child Theme
Theme URI: https://laman7.com/
Description: Use this child theme to extend Bricks. Comes with AutoCSS 2.0
Author: Laman7
Author URI: https://laman7.com/
Template: bricks
Version: 1.3
Text Domain: bricks
*/
/* AutoCSS 2.0 Dec 2024 Developed by Laman7 https://github.com/edwin-laman7/autoCSS */
/* Made by Laman7 */
html {font-size:100%}
:root {
/* Colors */
--primary: #2B7D27;
--primary-off: #40A639;
--secondary: #00659F;
--secondary-off: #047DC2;
--accent: #FE1109;
--accent-off: #B60C07;
--body-color: #262F26;
--body-off: #022345;
--white: #FFFFFF;
--base: #F8FCF7;
--grey-light: #DBE6DB;
--grey: #A8B8A8;
--grey-mid: #738C73;
--grey-dark: #3C493C;
--black: #101410;
--highlight: #FFC514cc; /* default 44 */
--highlight-dark: #FFC51490; /* default 77 */
--hover-brightness: 1.3;
--border-radius: 0.5rem;
--btn-radius: 2rem;
--btn-hover: "\00BB";
--btn-outline-border: 2px;
/*
\2192 for arrow
\203A for single right chevron
\00BB for double right chevron
*/
/* Delete to use Bricks Default */
--bricks-color-primary: var(--primary) !important;
--bricks-color-secondar: var(--secondary) !important;
--xxxl: 7.5rem ; /* changed 120px*/
--xxl: 5rem ; /* H1 80px */
--xl: 3.375rem ; /* H2 54px */
--l: 2.25rem ; /* H3 36px */
--m: 1.5rem ; /* H4 24px */
--body: 1.125rem ; /* 18px */
--s: 1rem ; /* 16px */
--xs:0.667rem ; /* changed 10px*/
--lh-xxxl: 1.2em;
--lh-h1: 1.1em;
--lh-h2: 1.3em;
--lh-heading: 1.3em;
--lh-body: 1.5em;
--lh-btn: 1em;
--ls-heading:-0.025em;
--ls-h1:-0.025em;
--ls-h2:-0.025em;
--col:7rem;
--btn-on: 3rem; /*Turn button when a number exists*/
--clamp-xxxl: clamp(3rem, calc(3rem + ((1vw - 0.3rem) * 7.6923)), var(--xxxl));
--clamp-xxl: clamp(2.5rem, calc(2.5rem + ((1vw - 0.3rem) * 4.8077)), var(--xxl));
--clamp-xl: clamp(1.75rem, calc(1.75rem + ((1vw - 0.3rem) * 2.4038)), var(--xl));
--clamp-l: clamp(1.5rem, calc(1.5rem + ((1vw - 0.3rem) * 0.9615)), var(--l));
--clamp-m: clamp(1.125rem, calc(1.125rem + ((1vw - 0.3rem) * 0.7212)), var(--m));
--clamp-s: clamp(0.875rem, calc(0.875rem + ((1vw - 0.3rem) * 0.2404)), var(--s));
--clamp-xs: clamp(0.625rem, calc(0.625rem + ((1vw - 0.3rem) * 0.2404)), var(--xs));
--clamp-body: clamp(1rem, calc(1rem + ((1vw - 0.3rem) * 0.2404)), var(--body));
--clamp-section: clamp(1rem, calc(1rem + ((1vw - 0.3rem) * 3.8462)), 3rem);
--width-card: 26rem;
--width-card-m: 40rem;
--width-card-l: 54rem;
--width-content: 1080px;
/*BreakEvent Point*/
--desktop: 1312px; /* Desktop */
--tablet: 992px; /* Tablet */
--landscape: 768px; /* Landscape */
--mobile: 480px; /* Mobile */
}
/* Overide Bricks Default */
.brxe-section {
}
.brxe-container {
width: 1312px;
@media (max-width: 1312px) {
padding: 0 var(--clamp-s);
}
}
button.bricks-button {
border-radius: var(--btn-radius);
gap: calc(var(--clamp-s)*.75);
}
/* Your Styles Below this link */