2022-01-28 18:21:04 +00:00
|
|
|
label {
|
|
|
|
font-weight: 700;
|
2021-10-05 19:04:30 +01:00
|
|
|
}
|
2022-01-12 16:07:28 +00:00
|
|
|
|
2022-01-28 18:21:04 +00:00
|
|
|
input + label {
|
|
|
|
margin-left: 3px;
|
2021-08-05 14:46:17 +01:00
|
|
|
}
|
2022-01-12 16:07:28 +00:00
|
|
|
|
2021-08-05 22:47:03 +01:00
|
|
|
input[type=file] {
|
|
|
|
all: unset;
|
2022-01-21 18:02:27 +00:00
|
|
|
background: var(--gradient) !important;
|
|
|
|
border-radius: var(--s);
|
2021-09-06 13:08:27 +01:00
|
|
|
display: block;
|
2022-01-12 16:07:28 +00:00
|
|
|
font-family: 'Open Sans', sans-serif !important;
|
2022-01-21 18:02:27 +00:00
|
|
|
font-weight: 400 !important;
|
2021-11-15 14:07:05 +00:00
|
|
|
padding: unset !important;
|
|
|
|
}
|
2022-01-12 16:07:28 +00:00
|
|
|
|
2021-11-15 14:07:05 +00:00
|
|
|
input[type=color] {
|
2021-11-29 18:11:07 +00:00
|
|
|
appearance: none;
|
|
|
|
background-color: transparent;
|
|
|
|
border: none;
|
2021-10-05 22:44:22 +01:00
|
|
|
cursor: pointer;
|
2022-01-21 18:02:27 +00:00
|
|
|
height: var(--xxl);
|
|
|
|
width: var(--xxl);
|
2021-11-29 18:11:07 +00:00
|
|
|
}
|
2022-01-12 16:07:28 +00:00
|
|
|
|
2021-11-29 18:11:07 +00:00
|
|
|
input[type=color]::-webkit-color-swatch {
|
|
|
|
border: none;
|
2022-01-21 18:02:27 +00:00
|
|
|
border-radius: var(--s);
|
2021-11-29 18:11:07 +00:00
|
|
|
}
|
2022-01-12 16:07:28 +00:00
|
|
|
|
2021-11-29 18:11:07 +00:00
|
|
|
input[type=color]::-moz-color-swatch {
|
|
|
|
border: none;
|
2022-01-21 18:02:27 +00:00
|
|
|
border-radius: var(--s);
|
2021-08-05 22:47:03 +01:00
|
|
|
}
|
2022-01-12 16:07:28 +00:00
|
|
|
|
2021-10-05 22:44:22 +01:00
|
|
|
::file-selector-button {
|
|
|
|
background-color: unset;
|
|
|
|
border: unset;
|
2021-11-15 14:07:05 +00:00
|
|
|
color: var(--foreground);
|
2022-01-21 18:02:27 +00:00
|
|
|
cursor: pointer;
|
2021-11-15 14:07:05 +00:00
|
|
|
fill: var(--foreground);
|
2022-01-21 18:02:27 +00:00
|
|
|
font-family: 'Open Sans', sans-serif !important;
|
|
|
|
font-weight: 700 !important;
|
2021-10-05 22:44:22 +01:00
|
|
|
margin: 3px;
|
|
|
|
}
|
2022-01-12 16:07:28 +00:00
|
|
|
|
2022-01-21 18:02:27 +00:00
|
|
|
*|::-moz-button-content {
|
2021-11-15 14:07:05 +00:00
|
|
|
all: unset !important;
|
|
|
|
}
|
2022-01-12 16:07:28 +00:00
|
|
|
|
2021-11-15 14:07:05 +00:00
|
|
|
button {
|
|
|
|
cursor: pointer !important;
|
2022-01-21 18:02:27 +00:00
|
|
|
display: block !important;
|
2021-11-27 20:26:44 +00:00
|
|
|
margin-left: auto !important;
|
2021-12-23 21:29:46 +00:00
|
|
|
margin-top: var(--s);
|
2021-11-15 14:07:05 +00:00
|
|
|
}
|
2022-01-12 16:07:28 +00:00
|
|
|
|
2022-01-13 17:47:47 +00:00
|
|
|
.alert button {
|
2022-01-21 18:02:27 +00:00
|
|
|
border-color: #ff6347 !important;
|
2022-01-13 17:47:47 +00:00
|
|
|
cursor: pointer !important;
|
|
|
|
margin-top: unset !important;
|
|
|
|
}
|
|
|
|
|
2022-01-19 23:54:45 +00:00
|
|
|
button, label {
|
2021-10-05 22:44:22 +01:00
|
|
|
color: currentColor;
|
2021-09-25 15:59:16 +01:00
|
|
|
}
|
2022-01-21 18:02:27 +00:00
|
|
|
button {
|
|
|
|
font-family: 'Poppins', sans-serif;
|
|
|
|
font-weight: 700 !important;
|
|
|
|
}
|
2022-01-12 16:07:28 +00:00
|
|
|
|
2021-11-23 23:07:42 +00:00
|
|
|
select::-ms-expand {
|
|
|
|
display: none;
|
|
|
|
}
|
2022-01-12 16:07:28 +00:00
|
|
|
|
2022-01-19 23:54:45 +00:00
|
|
|
button, input, select, textarea {
|
2022-01-21 18:02:27 +00:00
|
|
|
border: 1px solid var(--border) !important;
|
|
|
|
border-radius: var(--s);
|
2022-01-12 16:07:28 +00:00
|
|
|
display: inline-block;
|
2021-11-23 23:07:42 +00:00
|
|
|
font-size: inherit;
|
2022-01-21 18:02:27 +00:00
|
|
|
max-width: border-box !important;
|
|
|
|
overflow: hidden;
|
2021-11-27 18:10:26 +00:00
|
|
|
padding: 6px 8px !important;
|
2021-12-25 17:31:16 +00:00
|
|
|
width: auto;
|
2021-11-15 14:44:24 +00:00
|
|
|
}
|
2022-01-12 16:07:28 +00:00
|
|
|
|
2022-01-19 23:54:45 +00:00
|
|
|
button, select, textarea {
|
2021-11-15 14:44:24 +00:00
|
|
|
background: var(--gradient) !important;
|
|
|
|
}
|
2022-01-12 16:07:28 +00:00
|
|
|
|
2022-01-21 18:02:27 +00:00
|
|
|
button, input:not([type=checkbox],[type=radio]) {
|
2021-11-15 14:44:24 +00:00
|
|
|
background: var(--gradient) !important;
|
2021-09-25 15:59:16 +01:00
|
|
|
}
|
2022-01-12 16:07:28 +00:00
|
|
|
|
2021-09-25 15:59:16 +01:00
|
|
|
select {
|
|
|
|
background-repeat: no-repeat;
|
2021-12-23 21:29:46 +00:00
|
|
|
border-radius: var(--s);
|
2022-01-21 18:02:27 +00:00
|
|
|
cursor: pointer;
|
2021-10-29 18:14:39 +01:00
|
|
|
max-width: 100% !important;
|
|
|
|
}
|
2022-01-12 16:07:28 +00:00
|
|
|
|
2021-11-29 17:50:30 +00:00
|
|
|
select[multiple] {
|
|
|
|
height: 20rem;
|
2022-01-21 18:02:27 +00:00
|
|
|
overflow-y: scroll;
|
2021-09-25 15:59:16 +01:00
|
|
|
}
|
2022-01-12 16:07:28 +00:00
|
|
|
|
2022-01-19 23:54:45 +00:00
|
|
|
button:focus, button:hover, input:focus, input:hover, select:focus, select:hover, textarea:focus, textarea:hover {
|
2021-10-29 22:01:28 +01:00
|
|
|
box-shadow: var(--shadow-inset-accent) !important;
|
2022-01-21 18:02:27 +00:00
|
|
|
}
|