Skip to content

Commit be73c24

Browse files
committed
Greenhouse
1 parent af08495 commit be73c24

1 file changed

Lines changed: 5 additions & 9 deletions

File tree

plugins/greenhouse/src/App.css

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ main {
1010

1111
user-select: none;
1212
-webkit-user-select: none;
13+
14+
--framer-color-tint: #23a47f;
15+
--framer-color-tint-dark: #23a47f;
16+
--framer-color-tint-extra-dark: #23a47f;
17+
--framer-color-tint-dimmed: rgba(35, 164, 127, 0.12);
1318
}
1419

1520
form {
@@ -138,11 +143,6 @@ form {
138143
background-color: var(--framer-color-bg-tertiary) !important;
139144
}
140145

141-
.mapping .source-field:focus-visible {
142-
outline: none;
143-
box-shadow: inset 0 0 0 1px #15372c;
144-
}
145-
146146
.mapping .source-field.missing-reference,
147147
.mapping .source-field.missing-reference input[type="checkbox"] {
148148
cursor: not-allowed;
@@ -195,10 +195,6 @@ form {
195195
pointer-events: none;
196196
}
197197

198-
input[type="checkbox"]:checked {
199-
background-color: #15372c;
200-
}
201-
202198
.setup,
203199
.mapping {
204200
width: 100%;

0 commit comments

Comments
 (0)